convert/hypergeom
convert functions in an expression to hypergeometric form
Calling Sequence
Parameters
Description
Examples
convert( expr, hypergeom, opt_1, opt_2, )
expr
-
expression
opt_i
optional arguments, see convert/to_special_function
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.
For negative a we have
Elementary functions are not converted by default (see convert/to_special_function)
To convert them use either of the optional arguments: include=elementary, or include=all
Parametric or divergents sums may not be converted by default. Set _EnvFormal to , or use appropriate assumptions, to obtain the desired conversion:
See Also
convert
convert/MeijerG
convert/to_special_function
hypergeom
simplify/hypergeom
Download Help Document