thiele
Thiele's continued fraction interpolation formula
Calling Sequence
Parameters
Description
Examples
References
thiele (x, y, v)
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
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 n2−12. Otherwise, n is even and the degree of the numerator is n2 and the degree of the denominator is n2−1.
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.
thiele⁡1,2,a,3,4,5,z
3+z−11+z−21−a3−a+1
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]
Download Help Document