|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PadeApproximant
PadeApproximant[expr, {x, x0, {m, n}}]
gives the Padé approximant to expr about the point
, with numerator order m and denominator order n.
PadeApproximant[expr, {x, x0, n}]
gives the diagonal Padé approximant to expr about the point
of order n.
DetailsDetails
- Mathematica can find the Padé approximant about the point
only when it can evaluate power series at that point. - PadeApproximant produces a ratio of ordinary polynomial expressions, not a special SeriesData object.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Order [2/3] Padé approximant for Exp[x]:
| In[1]:= |
| Out[1]= | ![]() |
PadeApproximant can handle functions with poles:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


