DEF BLOG :

You can read articles here. Find news articles about innovation and coding here. We have many good articles to read.

Solving a tridiagonal matrix using the Thomas Algorithm

2025-05-12 08:31:36

In the previous article, a set of linear equations was arranged in the form of a tridiagonal matrix equation. Solving this equation allows for the calculation of values at the interior grid points. Th

The default Crank-Nicholson method (Implicit Scheme)

2025-05-12 03:48:15

In the previous article about the Finite Difference Method, it was shown that the explicit method for numerically solving the heat equation requires a very small time step size, which prompts the cons

Solving the Diffusion Equation Explicitly

2025-05-09 08:28:08

In the first article of this series, it has been shown that the derivatives of continuous functions can be approximated on a discontinuous domain.The

Approximation of derivatives using finite difference methods

2025-05-09 03:40:39

This is the first part of a multi-part series of articles on using the Finite Difference Method (FDM) to solve parabolic partial differential equation

Starting a Quant job for fresh graduates in Financial Engineering

2025-05-08 07:15:15

If you have just completed your PhD or are nearing completion and are looking for opportunities in the Quant (Quantitative Analyst) or Financial Engin

Deriving the Black-Scholes Equation

2025-05-08 03:26:52

When we have tools like Ito’s Lemma and the Geometric Brownian Motion (GBM) model, we can now start proving the Black-Scholes equation.

Definition of Itos Lemma

2025-05-06 09:34:54

Itos Lemma is a fundamental rule in stochastic calculus (Ito Calculus) that extends the chain rule from regular calculus to be applicable to stochasti

Geometric Brownian Motion (GBM)

2025-05-06 07:12:00

Geometric Brownian Motion (GBM) is a fundamental model widely used to describe the behavior of asset prices over time. This model guarantees that pric

Stochastic Differential Equations (SDEs)

2025-05-06 03:42:09

Previously, we introduced Brownian Motion and the Wiener Process as the foundation for modeling asset price paths.However, standard Brownian Motion ha

Brownian Motion and Wiener Process

2025-05-05 09:39:07

In this article, we will define Brownian Motion and explain some of its properties, which are very important in creating models for future asset price

List of books for quantitative analysts: Python Programming

2025-05-05 06:50:21

Currently, Python has become the main language in the field of quantitative finance. It is widely used in both investment banks and quantitative hedge

List of books for quantitative analysts: Numerical Methods

2025-05-05 03:33:21

In the previous article, we introduced several C++ books to help learn the syntax necessary for creating derivatives pricing models. These models ofte