FunctionAdvisor/sum_form - return the sum form of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(sum_form, math_function)
|
|
Parameters
|
|
sum_form
|
-
|
literal name; 'sum_form'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(sum_form, math_function) command returns the sum form of the function if it exists.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on z.
>
|
|
| (4) |
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
|
|
Download Help Document
Was this information helpful?