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

FunctionAdvisorsum_form,StruveL

StruveLa,z=_k1=0I2−1a2+12+2_k1za+1+2_k1ⅇI2aπ2a+2_k1Γ32+_k1Γ32+a+_k1,a+32::¬0,+

(1)

FunctionAdvisorsum_form,JacobiTheta1a,z

JacobiTheta1a&comma;z=_k1=02z_k1+122sina2_k1+1−1_k1&comma;z<1

(2)

FunctionAdvisorsum_form&comma;cos

cosz=_k1=0−1_k1z2_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.

dependsFunctionAdvisorsum_form&comma;cos&comma;z

false

(4)

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

fFunctionAdvisorsum_form&comma;Stirling1n&comma;z

fStirling1n&comma;z=_k1=0nz_k2=0_k1−12_k1_k2n1+_k1nz+_k12nznz_k1_k1_k2_k2nz+_k1_k1!&comma;n::0&comma;+z::0&comma;+

(5)

dependsf&comma;n,dependsf&comma;z

true,true

(6)

See Also

depends

FunctionAdvisor

FunctionAdvisor/integral_form

FunctionAdvisor/topics