Newton's method

Layer 0 — Mathematicsin the numerical-analysis subtree

Iteration x_{n+1} = x_n − f(x_n)/f'(x_n) finds roots of differentiable f with quadratic convergence near a simple root. Generalizes to systems via the Jacobian.

Related concepts

Explore Newton's method on the interactive knowledge graph →