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

Online Help

All Products    Maple    MapleSim


convert/hypergeom

convert functions in an expression to hypergeometric form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, hypergeom, opt_1, opt_2,  )

Parameters

expr

-

expression

opt_i

-

optional arguments, see convert/to_special_function

Description

• 

Converts the functions found in expr, including sum and Sum, to their hypergeometric forms when possible.

• 

For sums, no attempt is made to ensure that the resulting hypergeometric function is convergent or terminates.

• 

convert/hypergeom reacts to the setting of the environment variable _EnvFormal (for more information, see sum/details). When that variable is set to , the conversion will be attempted regardless of whether the original sum may be divergent or not.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

For negative a we have

(9)

Elementary functions are not converted by default (see convert/to_special_function)

(10)

To convert them use either of the optional arguments: include=elementary, or include=all

(11)

(12)

Parametric or divergents sums may not be converted by default. Set _EnvFormal to , or use appropriate assumptions, to obtain the desired conversion:

(13)

(14)

(15)

(16)

(17)

See Also

convert

convert/MeijerG

convert/to_special_function

hypergeom

simplify/hypergeom

 


Download Help Document