FunctionAdvisor/integral_form
return the integral form of a given mathematical function
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(integral_form, math_function)
integral_form
-
literal name; 'integral_form'
math_function
Maple name of mathematical function
The FunctionAdvisor(integral_form, math_function) command returns the integral form for the function, if it exists.
* Partial match of "integral" against topic "integral_form".
The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on a or z.
To make the FunctionAdvisor command return resulting using global variables, pass the function call itself.
* Partial match of "calling" against topic "calling_sequence".
See Also
depends
FunctionAdvisor
FunctionAdvisor/definition
FunctionAdvisor/sum_form
FunctionAdvisor/topics
Download Help Document