We used python
in order to simplyfy the coding part and really focus on the Numerical Analysis
in details
This repository contains the template codes for the following
- Bisection Method
- Newton-Raphson Method
- Gaussian Elimination
- Newton’s Divided Difference Interpolation
- Lagrangian Interpolation
- Using Trapezoidal Rule
- Using Simpson’s 1/3rd Rule
- Linear Regression
- Nonlinear Regression
And some basic OOP in python