Inverse quadratic interpolation: Difference between revisions

Content deleted Content added
m rm poor quality {{Numerical Algorithms}} as discussed at Wikipedia_talk:WikiProject_Mathematics#Template:Numerical_algorithms
See also
Line 31:
Inverse quadratic interpolation is also closely related to some other root-finding methods.
Using [[linear interpolation]] instead of quadratic interpolation gives the [[secant method]]. Interpolating ''f'' instead of the inverse of ''f'' gives [[Muller's method]].
 
==See also==
* [[Successive parabolic interpolation]] is a related method that uses parabolas to find extrema rather than roots.
 
==References==