Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations > Rational Functions >

PadeApproximant

PadeApproximant[expr, {x, x0, {m, n}}]
gives the Padé approximant to expr about the point x=x0, with numerator order m and denominator order n.
PadeApproximant[expr, {x, x0, n}]
gives the diagonal Padé approximant to expr about the point x=x0 of order n.
  • Mathematica can find the Padé approximant about the point x=x0 only when it can evaluate power series at that point.
Order [2/3] Padé approximant for Exp[x]:
PadeApproximant can handle functions with poles:
Order [2/3] Padé approximant for Exp[x]:
In[1]:=
Click for copyable input
Out[1]=
 
PadeApproximant can handle functions with poles:
In[1]:=
Click for copyable input
Out[1]=
Padé approximant of an arbitrary function:
Padé approximant with a complex-valued expansion point:
Padé approximant with an expansion point at infinity:
Find a Padé approximant to a given series:
Padé approximant centered at the point x=a:
Padé approximant in fractional powers:
Padé approximant of a function containing logarithmic terms:
Plot successive Padé approximants to sin(x):
Construct discrete orthogonal polynomials with respect to discrete weighted measure:
The Padé approximant agrees with the ordinary series for m+n terms:
For n=0 PadeApproximant gives an ordinary series:
Padé approximants often have spurious poles not present in the original function:
Padé approximants of a given order may not exist:
Perturbing the order slightly is usually sufficient to produce an approximant:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team