FunctionAdvisor/asymptotic_expansion - return the asymptotic expansion of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(asymptotic_expansion, math_function)
|
|
Parameters
|
|
asymptotic_expansion
|
-
|
literal name; 'asymptotic_expansion'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(asymptotic_expansion, math_function) command returns the asymptotic expansion of the function, if possible.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
The variables used by the FunctionAdvisor command to create the calling sequence are local variables. To make the FunctionAdvisor command use global variables, pass the actual function call instead of the function name. Compare the following two input and output groups.
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?