next up previous contents
Next: Fixed point iterations Up: Nonlinear Equations Previous: The Secant Method   Contents

The Modified Newton Method

Again, the idea is to reduce the number of derivative computations without hurting the convergence of the method.

Modified Newton uses formula ([*]) with


that is
(16.3)

This means that only one derivative computation is required, regardless of the number of iterations involved.

If after, say, iterations the speed of convergence decreases, we need to update the derivative; set


and continue with
(16.4)

Modified Newton is a method extensively used in scientific and engineering computations.

To obtain the order of convergence, we do the following calculations:




This means that and we say that the Modified Newton method converges linearly. Of course, for convergence we need .


next up previous contents
Next: Fixed point iterations Up: Nonlinear Equations Previous: The Secant Method   Contents
Adrian Sandu 2001-08-26