Newton-Raphson Iteration
Want to find the root of , for example a value for such that .
Newton-Raphson starts with an initial estimate, , and computes a better estimate,
For example, to compute , we use:
Leading to the formula:
Division
Compute , then
Algorithm:
- as guess for .
- (Newton-Raphson)
Second order convergent, so .