Spline - Maple Help

Online Help

All Products    Maple    MapleSim


Spline

Description

Define the spline of specified data points. The result is a piecewise polynomial.

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 define the spline.

s:=CurveFittingSpline,x

s:=&lcub;24990x&plus;160x2&plus;1900x3x<024990x&plus;160x21720x3otherwise

(2)

Commands Used

CurveFitting[Spline]

See Also

CurveFitting