JP / EN

Methods Archive

Numerical Analysis Algorithm Library

07

Least Squares Method

The mathematics of polynomial approximation using the least squares method. Explores the process of deriving normal equations from discrete data and solving systems of linear equations via LU decomposition.

Numerical Analysis
06

Interior Point Method

An algorithm that traverses the interior of the feasible region along the 'Central Path' to reach the optimum. Explains the Primal-Dual Path Following Method and Newton's equation derivation.

Linear Programming
05

Simplex Method

An algorithm for finding the optimal solution to Linear Programming (LP) problems by traversing the vertices of the feasible region. Explains slack variables and pivot operations.

Linear Programming
04

Numerical Integration

Addressing the stability-accuracy tradeoff for Stiff ODEs. Deep dive into Trapezoidal and GEAR (BDF) methods.

ODE Solver
03

Homotopy Method

A robust algorithm for global convergence through path-tracking. Overcoming initial value dependency with Arc-length continuation.

Continuation Method
02

Newton's Method

The most essential algorithm in numerical analysis for iteratively solving systems of nonlinear equations using the Jacobian matrix.

Nonlinear Solver
01

Gaussian Elimination & LU Decomposition

From pivoting to LU decomposition and sparse matrix processing. A deep dive into core algorithms for solving linear systems efficiently.

Linear Algebra