- Gauss elimination
- Cholesky Factorization
- CG and GMRES
Compare the error
- Direct function construction
- Accelerations --- Steffensen
- Newton
Requirements: Error < 1e-7
- Jacobi method
- QR method
- Lagrange interpolation
- Piecewise linear interpolation
- Cubic spline interpolation
- Best square approximation
- Tchebychev series truncation
- Lagrange remainder minimization
- 5-point-Gauss-Legendre
- Romberg, Error<1e-7
- Explicit Runge-Kutta in 4 orders (ode45 without 5-order correction)
- Implicit Runge-Kutta in 4 orders