Skip to content

Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.

Notifications You must be signed in to change notification settings

shahzaibk23/Numerical-Computing-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published