Numerical methods implementation in MATLAB.
For the implementation in Python, see this repository.
To run the main example, use:
main
- Bisection method
- Newton method
- Secant method
- Lagrange method
- Neville method
- Briot-Ruffini method
- Newton's Divided-Difference method
- Backward-difference method
- Three-Point method
- Five-Point method
- Composite Trapezoidal method
- Composite 1/3 Simpson's method
- Euler's method
- Taylor's (Order Two) method
- Taylor's (Order Four) method
- Runge-Kutta (Order Four) method
- Runge-Kutta (Order Four) method
- Gaussian Elimination
- Backward Substitution
- Forward Substitution
- Jacobi method
- Gauss-Seidel method