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

Online Help

All Products    Maple    MapleSim


convert/MeijerG

convert an expression to MeijerG form

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

convert( expr, MeijerG, opt_1, opt_2, ... )

Parameters

expr

-

expression

opt_i

-

optional arguments, see convert/to_special_function

Description

• 

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.

Examples

BesselKn,z:

BesselKn,z=convertBesselKn,z,MeijerG

BesselKn,z=MeijerG,,n2,n2,,z242

(1)

hypergeoma,b,c,z:

hypergeoma,b,c,z=converthypergeoma,b,c,z,MeijerG

hypergeoma,b,c,z=ΓcMeijerG1a,1b,,0,1c,zΓaΓb

(2)

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

convertsinz,MeijerG

sinz

(3)

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

sinz:

sinz=convertsinz,MeijerG,include=all

sinz=πMeijerG,,12,0,z24

(4)

References

  

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