mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
3a0555bdd7
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. |
||
---|---|---|
.. | ||
Bisection.py | ||
Intersection.py | ||
LUdecomposition.py | ||
NeutonMethod.py | ||
NewtonRaphsonMethod.py |