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.
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,+
FunctionAdvisor⁡sum_form,JacobiTheta1⁡a,z
JacobiTheta1⁡a,z=∑_k1=0∞⁡2⁢z_k1+122⁢sin⁡a⁢2⁢_k1+1⁢−1_k1,z<1
FunctionAdvisor⁡sum_form,cos
cos⁡z=∑_k1=0∞⁡−1_k1⁢z2⁢_k12⁢_k1!,with no restrictions on ⁡z
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,cos,z
false
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
f≔FunctionAdvisor⁡sum_form,Stirling1⁡n,z
f≔Stirling1⁡n,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!,n::ℤ0,+∧z::ℤ0,+
depends⁡f,n,depends⁡f,z
true,true
See Also
depends
FunctionAdvisor
FunctionAdvisor/integral_form
FunctionAdvisor/topics
Download Help Document