Inverse quadratic interpolation: Difference between revisions

Content deleted Content added
Line 32:
 
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 [[MullerMüller's method]].
 
==See also==