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

Online Help

All Products    Maple    MapleSim


MeijerG

Meijer G function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

MeijerG([as, bs], [cs, ds], z)

Parameters

as

-

list of the form [a1, ..., am]; first group of numerator Γ parameters

bs

-

list of the form [b1, ..., bn]; first group of denominator Γ parameters

cs

-

list of the form [c1, ..., cp]; second group of numerator Γ parameters

ds

-

list of the form [d1, ..., dq]; second group of denominator Γ parameters

z

-

expression

Description

• 

The Meijer G function is defined by the inverse Laplace transform

MeijerGas,bs,cs,ds,z=12⁢π⁢I⁢∮LΓ1−as+y⁢Γcs−yΓbs−y⁢Γ1−ds+y⁢zyⅆy

  

where

as=a1,...,am,Γ⁡1−as+y=Γ⁡1−a1+y⁢...⁢Γ⁡1−am+y

bs=b1,...,bn,Γ⁡bs−y=Γ⁡b1−y⁢...⁢Γ⁡bn−y

cs=c1,...,cp,Γ⁡cs−y=Γ⁡c1−y⁢...⁢Γ⁡cp−y

ds=d1,...,dq,Γ⁡1−ds+y=Γ⁡1−d1+y⁢...⁢Γ⁡1−dq+y

  

and  L is one of three types of integration paths Lγ+∞⁢I, L∞, and L−∞.

  

Contour L∞ starts at ∞+I⁢&phi;1 and finishes at ∞+I⁢&phi;2⁡&phi;1<&phi;2.

  

Contour L−∞ starts at −∞+I⁢&phi;1 and finishes at −∞+I⁢&phi;2⁡&phi;1<&phi;2.

  

Contour Lγ+∞⁢I starts at γ−∞ and finishes at γ+∞⁢I.

  

All the paths L∞, L−∞, and Lγ+∞⁢I put all cj+k poles on the right and all other poles of the integrand (which must be of the form aj−1+k) on the left.

• 

The classical notation used to represent the MeijerG function relates to the notation used in Maple by

Gpqmn(z|⁢b1,⁢…,⁢bm,bm+1,⁢…,⁢bqa1,⁢…,⁢an,an+1,⁢…,⁢ap)=MeijerGa1,⁢…,⁢an,an+1,⁢…,⁢ap,b1,⁢…,⁢bm,bm+1,⁢…,⁢bq,z

  

Note: See Prudnikov, Brychkov, and Marichev.

  

The MeijerG function satisfies the following qth-order linear differential equation

−1p−m−n⁢x⁢∏i=1p⁡x⁢D−ai+1−∏i=1q⁡x⁢D−bi⁢y⁡x=0

  

where D=ddx and p is less than or equal to q.

Examples

> 

MeijerG⁡1&comma;1&comma;1&comma;1&comma;&comma;&comma;4&comma;3&comma;2&comma;2&comma;π

MeijerG⁡1&comma;1&comma;1&comma;1&comma;&comma;&comma;4&comma;3&comma;2&comma;2&comma;π

(1)
> 

evalf⁡

8.898308178×10−28+9.796677125×10−26⁢I

(2)
> 

s≔MeijerG⁡&comma;&comma;0&comma;&comma;z⁢1+2⁢I

s≔MeijerG⁡&comma;&comma;0&comma;&comma;1+2⁢I⁢z

(3)
> 

convert⁡s&comma;StandardFunctions

&ExponentialE;−1−2⁢I⁢z

(4)
> 

convert⁡exp⁡z&comma;MeijerG&comma;include=elementary

MeijerG⁡&comma;&comma;0&comma;&comma;−z

(5)
> 

convert⁡sin⁡z&comma;MeijerG&comma;include=elementary

π⁢MeijerG⁡&comma;&comma;12&comma;0&comma;z24

(6)
> 

convert⁡cos⁡z&comma;MeijerG&comma;include=elementary

π⁢MeijerG⁡&comma;&comma;0&comma;12&comma;z24

(7)
> 

convert⁡Ei⁡z&comma;MeijerG

−MeijerG⁡&comma;1&comma;0&comma;0&comma;&comma;−z

(8)

References

  

Prudnikov, A. P.; Brychkov, Yu; and Marichev, O. Integrals and Series, Volume 3: More Special Functions. New York: Gordon and Breach Science Publishers, 1990.

See Also

Appell

convert/StandardFunctions

dpolyform

Heun

hypergeom

hyperode