Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Hypergeometric Functions >

MeijerG

MeijerG[{{a1, ..., an}, {an+1, ..., ap}}, {{b1, ..., bm}, {bm+1, ..., bq}}, z]
is the Meijer G function .
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The generalized form MeijerG[alist, blist, z, r] is defined for real r by , where in the default case r=1.
  • In many special cases, MeijerG is automatically converted to other functions.
Many special functions are special cases of MeijerG:
Evaluate numerically:
Evaluate for complex arguments and parameters:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
MeijerG threads element-wise over lists in the last argument:
Series expansion:
Series expansion in a logarithmic case:
Series expansion at infinity:
TraditionalForm formatting:
Evaluate a generalized Meijer G function:
The analogous ordinary Meijer G function has a different branch cut structure:
Solve a differential equation:
MeijerG gives a logarithmic part:
Integrate can return answers involving MeijerG:
Use FunctionExpand to expand MeijerG into simpler functions:
For some choices of parameters MeijerG is not defined:
z=0 is a singular point of MeijerG functions with q<p:
MeijerG is a piecewise analytic function for q=p:
Solve a SIAM 100-digit challenge problem: find alpha in [0,5] to maximize:
Plot the integral:
Numerically find the maximum:
Generate many elementary and special functions as special cases of MeijerG:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team