sum_form - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/sum_form

return the sum form of a given mathematical function

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

depends

FunctionAdvisor

FunctionAdvisor/integral_form

FunctionAdvisor/topics

 


Download Help Document