FunctionAdvisor/asymptotic_expansion
return the asymptotic expansion of a given mathematical function
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(asymptotic_expansion, math_function)
asymptotic_expansion
-
literal name; 'asymptotic_expansion'
math_function
Maple name of mathematical function
The FunctionAdvisor(asymptotic_expansion, math_function) command returns the asymptotic expansion of the function, if possible.
FunctionAdvisor⁡asymptotic_expansion,arcsin
asympt⁡arcsin⁡z,z,4=−I⁢ln⁡2+I⁢π2+ln⁡z+I4⁢z2+O⁡1z4
FunctionAdvisor⁡asymptotic_expansion,erf
asympt⁡erf⁡z,z,4=1+−1π⁢z+12⁢π⁢z3+O⁡1z5ⅇz2
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.
FunctionAdvisor⁡asymptotic_expansion,FresnelS
asympt⁡FresnelS⁡z,z,4=12−cos⁡π⁢z22π⁢z−sin⁡π⁢z22π2⁢z3+O⁡1z5
has⁡,z
false
FunctionAdvisor⁡asymptotic_expansion,FresnelS⁡z
true
See Also
FunctionAdvisor
FunctionAdvisor/series
FunctionAdvisor/topics
Download Help Document