This Repo contains the python implementation of some Methods/Algorithms of the course Numerical Computing.
By using these pre made programs, you won't have to calculate each and every value of each iteration, using a calculator and writing by hand.
This way leave the traditional way of computing values, instead solve the entire questions by just entering thr input values
Start by cloning this repository
git clone https://github.com/shahzaibk23/Numerical-Computing-Python
Once after the repo is cloned.
Open the NC.ipynb file on Jupyter Notebook or any other editor that supports it.
Run the specific method's shell, which you want, enter the input values given in question. And BOOM
You'll get the whole solution on your screen.
The given Notebook contains the following Methods:
- Range-Kutta Method (R.K)
- False Position Method
- Bisection Method
- Newton Raphson Method
- Secant Method
- Jacobi Method
- Guess Seidal Method
- Modified Euler Method