FunctionAdvisor/sum_form
return the sum form of a given mathematical function
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(sum_form, math_function)
sum_form
-
literal name; 'sum_form'
math_function
Maple name of mathematical function
The FunctionAdvisor(sum_form, math_function) command returns the sum form of the function if it exists.
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.
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
See Also
depends
FunctionAdvisor
FunctionAdvisor/integral_form
FunctionAdvisor/topics
Download Help Document