← Back

Newton's Square Root Method

Iterative root approximation using Newton-Raphson.

mathnumericalUpdated 2025-09-01

Iteration

  • x_{n+1} = (x_n + N / x_n)/2

Stop

  • |x_{n+1}-x_n| < eps