Misplaced Pages

Newton–Krylov method

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Numerical method for non-linear problems

Newton–Krylov methods are numerical methods for solving non-linear problems using Krylov subspace linear solvers.

Generalising the Newton method to systems of multiple variables, the iteration formula includes a Jacobian matrix. Solving this directly would involve calculation of the Jacobian's inverse, when the Jacobian matrix itself is often difficult or impossible to calculate.

It may be possible to solve the Newton iteration formula without the inverse using a Krylov subspace method, such as the Generalized minimal residual method (GMRES). (Depending on the system, a preconditioner might be required.) The result is a Newton–Krylov method.

The Jacobian itself might be too difficult to compute, but the GMRES method does not require the Jacobian itself, only the result of multiplying given vectors by the Jacobian. Often this can be computed efficiently via difference formulae. Solving the Newton iteration formula in this manner, the result is a Jacobian-Free Newton-Krylov (JFNK) method.

References

  1. Knoll, D.A.; Keyes, D.E. (2004). "Jacobian-free Newton–Krylov methods: a survey of approaches and applications". Journal of Computational Physics. 193 (2): 357. CiteSeerX 10.1.1.636.3743. doi:10.1016/j.jcp.2003.08.010.
  2. Kelley, C.T. (2003). Solving nonlinear equations with Newton's method (1 ed.). SIAM.

External links

  • Open source code (MATLAB/Octave, Fortran90), further description of the method
Root-finding algorithms
Bracketing (no derivative)
Householder
Quasi-Newton
Hybrid methods
Polynomial methods
Other methods
Stub icon

This applied mathematics–related article is a stub. You can help Misplaced Pages by expanding it.

Categories: