File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
- # Numerical-Computing-Python
1
+ # Numerical-Computing-Python
2
+ This Repo contains the python implementation of some Methods/Algorithms of the course Numerical Computing.
3
+ <br />
4
+ 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.
5
+ <br />
6
+ This way leave the traditional way of computing values, instead solve the entire questions by just entering thr input values
7
+ ### How to Use
8
+ Start by cloning this repository
9
+ ``` ruby
10
+ git clone https: // github.com/ shahzaibk23/ Numerical - Computing - Python
11
+ ```
12
+ Once after the repo is cloned. <br />
13
+ Open the <b > NC.ipynb </b > file on <b > Jupyter Notebook </b > or any other editor that supports it.
14
+ <hr />
15
+ Run the specific method's shell, which you want, enter the input values given in question. And BOOM <br />
16
+ You'll get the whole solution on your screen.
17
+ <br />
18
+ The given Notebook contains the following Methods:
19
+ <ul >
20
+ <li > Range-Kutta Method (R.K) </li >
21
+ <li > False Position Method </li >
22
+ <li > Bisection Method </li >
23
+ <li > Newton Raphson Method </li >
24
+ <li > Secant Method </li >
25
+ <li > Jacobi Method </li >
26
+ <li > Guess Seidal Method </li >
27
+ <li > Modified Euler Method </li >
28
+ </ul >
You can’t perform that action at this time.
0 commit comments