This is a Numerical Method Lab Report made using Python.
- Overview
- Bisection Method
- False Position Method
- Newton Raphson Method
- Fixed Point Iteration Method
- Lagrange Interpolation Method
- Newton's Divided Difference
- Newton's Forward Difference
- Newton's Backward Difference
- Cubic Spline
- Linear Regression
- Polynomial Regression
- Differenciation using Newton Divided Difference
- Trapezoidal
- Simpson 1/3
- Simpson 3/8
- Gauss Jordan Method
- My Process
- Author