Instructions
- Run main.m from Matlab
Algorithms Implemented so far
- Bisection Method
- Fixed Point Method
- Newton-Rhapson Method
- Muller Method
- Secant Method
- False Position Method
- Jacobi Method to solve a system of Linear Equations
- Gauss Seidel Method to solve a system of Linear Equations
- Lagrange Interpolation
- Newton's Divided Difference (Interpolation)
- Newton's Forward Difference (Interpolation)
- Newton's Backward Difference(Interpolation)
Algorithms Coming Up!!
- Newton Method to solve a system of Non-Linear Equation)
- Cubic Spline Interpolation