Newton-Raphson Iteration method of finding root. We will find root by this method in mathematica here. For this method we need to choose any point near root and then try to find out the absolute root according to this method.By this method if we choose a root
x0 = x0
then the closer root will be
x1 = x0 - f(x0) / f '(x0) and so on...
Categories:
Mathematica
Newton-Raphson Iteration
Numerical analysis
Read More