Source: wikibot/newton-s-method

= Newton's method
{wiki=Newton's_method}

Newton's method, also known as the Newton-Raphson method, is an iterative numerical technique used to find approximate solutions to equations, specifically for finding roots of real-valued functions. It's particularly useful for solving non-linear equations that may be difficult or impossible to solve algebraically.