convert/MeijerG
convert an expression to MeijerG form
Calling Sequence
Parameters
Description
Examples
References
convert( expr, MeijerG, opt_1, opt_2, ... )
expr
-
expression
opt_i
optional arguments, see convert/to_special_function
The convert( expr, 'MeijerG') command converts the functions found in expr into their equivalent MeijerG representation, whenever possible. Most special and all elementary functions can be so converted.
BesselK⁡n,z:
BesselK⁡n,z=convert⁡BesselK⁡n,z,MeijerG
BesselK⁡n,z=MeijerG⁡,,n2,−n2,,z242
hypergeom⁡a,b,c,z:
hypergeom⁡a,b,c,z=convert⁡hypergeom⁡a,b,c,z,MeijerG
hypergeom⁡a,b,c,z=Γ⁡c⁢MeijerG⁡1−a,1−b,,0,1−c,−zΓ⁡a⁢Γ⁡b
Elementary functions are not converted by default (see convert/to_special_function)
convert⁡sin⁡z,MeijerG
sin⁡z
To convert them use either of the optional arguments: include=elementary or include=all
sin⁡z:
sin⁡z=convert⁡sin⁡z,MeijerG,include=all
sin⁡z=π⁢MeijerG⁡,,12,0,z24
Prudnikov, A.P.; Brychkov, Yu; and Marichev, O. Integrals and Series. Gordon and Breach Science, 1990. Vol. 3: More Special Functions.
Roach, K. "Meijer G Function Representations." In Proceedings of ISSAC '97, pp. 205-211. Edited by Wolfgang Kuchlin. New York: ACM Press, 1997.
See Also
convert
convert/hypergeom
convert/to_special_function
MeijerG
Download Help Document