ThieleInterpolation - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Curve Fitting : ThieleInterpolation

Thiele Interpolation

Description

Calculate Thiele's continued fraction interpolation on specified data points. This produces a rational function in continued fraction form.

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 Thiele's interpolation.

t:=CurveFittingThieleInterpolation,x

t:=5+x+553130x

(2)

Commands Used

CurveFitting[ThieleInterpolation]

See Also

CurveFitting