Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
thiele - Thiele's continued fraction interpolation formula
Calling Sequence
thiele (x, y, v)
Parameters
x
-
list of independent values,
y
list of dependent values,
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 . Otherwise, n is even and the degree of the numerator is and the degree of the denominator is .
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
See Also
CurveFitting, CurveFitting[ThieleInterpolation]
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.
Download Help Document