Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Algebraic Computation / Polynomial Functions /

InterpolatingPolynomial

FilledSmallSquare InterpolatingPolynomial[data, var] gives a polynomial in the variable var which provides an exact fit to a list of data.

FilledSmallSquare The data can have the forms , , , , ... or , , ... , where in the second case, the are taken to have values 1, 2, ... .

FilledSmallSquare The can be replaced by , , , ... , specifying derivatives at the points .

FilledSmallSquare With a list of data of length , InterpolatingPolynomial gives a polynomial of degree .

FilledSmallSquare Example: InterpolatingPolynomial[4, 5, 8, x] LongRightArrow.

FilledSmallSquare InterpolatingPolynomial gives the interpolating polynomial in Newton form, suitable for numerical evaluation.

FilledSmallSquare See Section 3.3.4.

FilledSmallSquare See also: Fit, Roots.

FilledSmallSquare Related package: NumericalMath`PolynomialFit`.

FilledSmallSquare New in Version 2.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.