Newton's Method

Named Theorem

Iterative root-finding: x_{n+1} = x_n - f(x_n)/f'(x_n); quadratic convergence near simple roots.

Charts
Numerical Methods