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

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

> 

FunctionAdvisor⁡sum_form,StruveL

StruveL⁡a,z=∑_k1=0∞⁡−I2⁢−1a2+12+2⁢_k1⁢za+1+2⁢_k1ⅇI2⁢a⁢π⁢2a+2⁢_k1⁢Γ⁡32+_k1⁢Γ⁡32+a+_k1,a+32::¬ℤ0,+

(1)
> 

FunctionAdvisor⁡sum_form,JacobiTheta1⁡a,z

JacobiTheta1⁡a&comma;z=∑_k1=0∞⁡2⁢z_k1+122⁢sin⁡a⁢2⁢_k1+1⁢−1_k1&comma;z<1

(2)
> 

FunctionAdvisor⁡sum_form&comma;cos

cos⁡z=∑_k1=0∞⁡−1_k1⁢z2⁢_k12⁢_k1!&comma;with no restrictions on ⁡z

(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.

> 

depends⁡FunctionAdvisor⁡sum_form&comma;cos&comma;z

false

(4)

To make the FunctionAdvisor command return results using global variables, pass the function call itself.

> 

f≔FunctionAdvisor⁡sum_form&comma;Stirling1⁡n&comma;z

f≔Stirling1⁡n&comma;z=∑_k1=0n−z⁡∑_k2=0_k1⁡−12⁢_k1−_k2⁢n−1+_k1n−z+_k1⁢2⁢n−zn−z−_k1⁢_k1_k2⁢_k2n−z+_k1_k1!&comma;n::ℤ0&comma;+∧z::ℤ0&comma;+

(5)
> 

depends⁡f&comma;n,depends⁡f&comma;z

true,true

(6)

See Also

depends

FunctionAdvisor

FunctionAdvisor/integral_form

FunctionAdvisor/topics