numapprox[pade] - compute a Pade approximation
|
Calling Sequence
|
|
pade(f, x=a, [m, n])
pade(f, x, [m, n])
|
|
Parameters
|
|
f
|
-
|
expression representing the function to be approximated
|
x
|
-
|
the variable appearing in f
|
a
|
-
|
the point about which to expand in a series
|
m, n
|
-
|
desired degree of numerator and denominator, respectively
|
|
|
|
|
Description
|
|
•
|
The function pade computes a Pade approximation of degree for the function f with respect to the variable x.
|
•
|
If or if the third argument is simply an integer m then the Taylor (or Laurent) polynomial of degree m is computed.
|
•
|
Various levels of user information will be displayed during the computation if infolevel[pade] is assigned values between 1 and 3.
|
•
|
The command with(numapprox,pade) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?