My implementation of tasks from numerical methods class
System of linear algebraic equations - Regular Gaussian eliminaton
System of linear algebraic equations - Gaussian elimination with selection of pivots from whole matrix
Function approximation. Newton bivariate polynomial interpolation.
System of nonlinear algebraic equations - Picard's method (1 root)
Integration. Rectangular rule (end point).
Eigenpairs. Power method. Dominant eigenvalue.
Eigenpairs. Power method. Smallest eigenvalue.
ODE system. Cauchy problem. Runge – Kutta method 3rd order (2nd variant).
System of two 1st order linear ODE. Boundary value problem. Shooting method.
Heat equation. Explicit method.