convert/MeijerG - convert an expression to MeijerG form
|
Calling Sequence
|
|
convert( , MeijerG, opt_1, opt_2, )
|
|
Description
|
|
•
|
The convert( expr, 'MeijerG') command converts the functions found in into their equivalent MeijerG representation, whenever possible. Most special and all elementary functions can be so converted.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
Elementary functions are not converted by default (see convert[to_special_function])
>
|
|
| (3) |
To convert them use any of the optional arguments: include=elementary, or include=all
>
|
|
>
|
|
| (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.
|
|
|
Download Help Document
Was this information helpful?