FunctionAdvisor/integral_form - return the integral form of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(integral_form, math_function)
|
|
Parameters
|
|
integral_form
|
-
|
literal name; 'integral_form'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(integral_form, math_function) command returns the integral form for the function, if it exists.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
* Partial match of "integral" against topic "integral_form".
| |
| (4) |
>
|
|
* Partial match of "integral" against topic "integral_form".
| |
| (5) |
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.
>
|
|
| (6) |
To make the FunctionAdvisor command return resulting using global variables, pass the function call itself.
>
|
|
* Partial match of "calling" against topic "calling_sequence".
| |
| (7) |
>
|
|
* Partial match of "integral" against topic "integral_form".
| |
| (8) |
>
|
|
| (9) |
|
|
Download Help Document
Was this information helpful?