Content deleted Content added
Jitse Niesen (talk | contribs) describe some more methods and add section on polynimials |
No edit summary |
||
Line 7:
==Specific algorithms==
The simplest root-finding algorithm is the [[bisection method]]: we start with two points ''a'' and ''b'' which bracket a root, and at every iteration, we pick either the subinterval [''a'', ''c''] or [''c'', ''b''], where ''c'' = (''a'' + ''b'') / 2 is the midpoint between ''a'' and ''b''. The algorithm always
[[Newton's method]], also called the Newton-Raphson method, linearizes the function ''f'' at the current approximation to the root. This yields the [[recurrence relation]]
|