Inverse quadratic interpolation: Difference between revisions

Content deleted Content added
inverse quadratic interpolation is a root-finding algorithm
 
m disamb inverse
Line 1:
In [[numerical analysis]], '''inverse quadratic interpolation''' is a [[root-finding algorithm]], meaning that it is an algorithm for solving equations of the form ''f''(''x'') = 0. The idea is to use [[polynomial interpolation|quadratic interpolation]] to approximate the [[inverse function|inverse]] of ''f''. This algorithm is rarely used on its own, but it is important because it forms part of the popular [[Brent's method]].
 
==The method==