Rational Interpolation - Maple Help

Online Help

All Products    Maple    MapleSim


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

Rational Interpolation

Description

Calculate the interpolated rational of specfied data points. This produces a rational function.

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 rational.

r:=CurveFittingRationalInterpolation,x

r:=25x+100x+50

(2)

Commands Used

CurveFitting[RationalInterpolation]

See Also

CurveFitting