Polynomial Interpolation - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Curve Fitting : Polynomial Interpolation

Polynomial Interpolation

Description

Calculate the interpolated polynomial of specified data points. This produces a polynomial of degree n, where n is one less than the number of data points.

Enter a list of data points.

−5,5,0,2,4,0

5,5,0,2,4,0

(1)

Specify the independent variable, and then calculate the interpolated polynomial.

p:=CurveFittingPolynomialInterpolation,x

p:=190x24990x+2

(2)

Commands Used

CurveFitting[PolynomialInterpolation]

See Also

CurveFitting