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

Online Help

All Products    Maple    MapleSim


convert/ModifiedMeijerG

convert an expression to ModifiedMeijerG form

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

convert( expr, ModifiedMeijerG, x )

Parameters

expr

-

expression

x

-

variable

Description

• 

The convert( expr, 'ModifiedMeijerG', x ) command converts the functions in x found in expr into their equivalent ModifiedMeijerG representation, whenever possible.  Most standard special and elementary functions can be so converted, along with many complex expressions involving these.

Note: The command ModifiedMeijerG has been superseded by MeijerG.

Examples

convertsinz,ModifiedMeijerG,z

πModifiedMeijerG,,12,0,2lnz2ln2

(1)

convertBesselK3,zexpaz,ModifiedMeijerG,z

ModifiedMeijerG,,32,32,,2lnz2ln2ModifiedMeijerG,,0,,lnz+lna2

(2)

converthypergeom1,2,32,z,ModifiedMeijerG,z

πModifiedMeijerG−1,0,,0,12,lnz+Iπ2

(3)

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/MeijerG

ModifiedMeijerG(deprecated)