Next: Eigenvalue problems
Up: Nonlinear algebraic problems
Previous: Nonlinear algebraic problems
Newton's method can be generalized to a system of nonlinear
equations by expanding
in a Taylor series around
and keeping
only the linear
term. The result is
|  |
(250) |
Here
is the Jacobian defined as
.Thus, Newtons method involves a linearization of the nonlinear
system of
equations. To assure convergence, it requires an initial guess
which is close
enough to the desired
solution,
and a step size which is small enough. These requirements can be
fulfilled by a
systematic procedure called parametric continuation. IMSL
subroutines based on Newton's method, like NEQNF and NEQNJ, can
be used to solve in practice nonlinear systems of
equations.
Michael Renardy
1998-07-13