Python/ArithmeticAnalysis
Syed Haseeb Shah 3a0555bdd7
Create NewtonRaphsonMethod.py
Newton-Raphson method is non bracketing iterative algorithm to find the nearest root of an equation from point 'a'. It's much faster because convergence to the real root is very much faster than any other methods.
2018-04-13 20:25:47 +05:00
..
Bisection.py Merge branch 'master' of https://github.com/MindTraper/Python into MindTraper-master 2018-02-14 19:31:35 +05:30
Intersection.py Setting the files in the same folder 2018-02-11 12:18:37 +02:00
LUdecomposition.py LU decomposition 2018-02-11 21:43:38 +02:00
NeutonMethod.py Merge branch 'master' of https://github.com/MindTraper/Python into MindTraper-master 2018-02-14 19:31:35 +05:30
NewtonRaphsonMethod.py Create NewtonRaphsonMethod.py 2018-04-13 20:25:47 +05:00