thiele - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


thiele

Thiele's continued fraction interpolation formula

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

thiele (x, y, v)

Parameters

x

-

list of independent values, x1,..,xn

y

-

list of dependent values, y1,..,yn

v

-

variable or value to be used in a rational function

Description

• 

Important: The thiele function has been deprecated. Use the superseding function CurveFitting[ThieleInterpolation] instead.  A call to thiele automatically generates a call to CurveFitting[ThieleInterpolation].

• 

The thiele function computes the rational function of variable v (or evaluated at numerical value v) in continued fraction form which interpolates the points {(x[1], y[1]), (x[2], y[2]), ..., (x[n], y[n])}.  If n is odd then the numerator and denominator polynomials will have degree n212. Otherwise, n is even and the degree of the numerator is n2 and the degree of the denominator is n21.

• 

If the same x-value is entered twice, it is an error, whether the same y-value is entered.  All independent values must be distinct.

Examples

Important: The thiele function has been deprecated. Use the superseding function CurveFitting[ThieleInterpolation] instead.  A call to thiele automatically generates a call to CurveFitting[ThieleInterpolation].

thiele1,2,a,3,4,5,z

3+z11+z21a3a+1

(1)

References

  

The function Thiele uses Thiele's interpolation formula involving reciprocal differences.  For more information, refer to:

  

Abramowitz, M., and Stegun, I., eds. Handbook of Mathematical Functions. New York: Dover Publications, Inc., 1965. Chap. 25 p. 881, Formula 25.2.50.

See Also

CurveFitting

CurveFitting[ThieleInterpolation]