An iterative technique for solving one or more nonlinear equations. For the single equation
the iteration is
where
x0 is an approximation to the solution. For the system
the iteration takes the mathematical form
where
J(
x) is the
n′
n matrix whose
i,
jth element is
In practice each iteration is carried out by solving a system of linear equations. Subject to appropriate conditions the iteration converges quadratically (ultimately an approximate squaring of the error occurs). The disadvantage of the method is that a constant recalculation of
J may be too time-consuming and so the method is most often used in a modified form, e.g. with approximate derivatives. Since Newton’s method is derived by a linearization of
f(
x), it is capable of generalization to other kinds of nonlinear problems, e.g. boundary-value problems (
see ordinary differential equations).