Next: Other Iterative Schemes
Up: Newton-Raphson Method
Previous: Error Estimate for the
You must learn the following facts about the Newton-Raphson method.
- The algorithm is
You must know this, how it is derived, how to use it and when to stop.
- It is a second order scheme with
You must know how to calculate this error estimate
- Drawbacks. There are a couple of drawbacks in that the method
may not converge to the root you want if the initial guess is not
good enough (you may be starting on the wrong side of a turning
point) and you need to calculate
and this may be hard.
- The algorithm is best done on a computer.
Prof. Alan Hood
2000-02-01