Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (28 loc) · 1.14 KB

Numerical-Computing-Python

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

How to Use

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