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

Online Help

All Products    Maple    MapleSim


ModifiedMeijerG

modified Meijer G function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

ModifiedMeijerG(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

Important: The ModifiedMeijerG command has been deprecated.  Use the superseding command MeijerG instead.

• 

The modified Meijer G function is defined by the inverse Laplace transform:

ModifiedMeijerGas,bs,cs,ds,z=12⁢π⁢I⁢∮LΓ1−as+y⁢Γcs−yΓbs−y⁢Γ1−ds+y⁢ⅇy⁢zⅆ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 definition of the Meijer G function is related to the modified definition by

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

  

Note: See Prudnikov, Brychkov, and Marichev.

• 

Three noticeable differences between the notations are:

1. 

the parameters of the modified Meijer G function are separated out into four natural groups,

2. 

&ExponentialE;y⁢z instead of zy is placed inside the integral definition of ModifiedMeijerG, and

3. 

the pq\mn subscripts and superscripts which are now redundant are omitted.

Examples

Important: The ModifiedMeijerG command has been deprecated.  Use the superseding command MeijerG instead.

> 

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

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

(1)
> 

evalf⁡

−1.205734962×10−20−0.⁢I

(2)
> 

s≔2⁢sum⁡−1i⁢ModifiedMeijerG⁡&comma;&comma;0&comma;&comma;ln⁡z+ln⁡1+2⁢I&comma;i=0..∞

s≔2⁢∑i=0∞⁡−1i⁢ModifiedMeijerG⁡&comma;&comma;0&comma;&comma;ln⁡z+ln⁡1+2⁢I

(3)
> 

convert⁡s&comma;StandardFunctions

2⁢∑i=0∞⁡−1i⁢&ExponentialE;−1−2⁢I⁢z

(4)
> 

convert⁡exp⁡z&comma;ModifiedMeijerG&comma;z

ModifiedMeijerG⁡&comma;&comma;0&comma;&comma;ln⁡z+I⁢π

(5)
> 

convert⁡sin⁡z&comma;ModifiedMeijerG&comma;z

π⁢ModifiedMeijerG⁡&comma;&comma;12&comma;0&comma;2⁢ln⁡z−2⁢ln⁡2

(6)
> 

convert⁡cos⁡z&comma;ModifiedMeijerG&comma;z

π⁢ModifiedMeijerG⁡&comma;&comma;0&comma;12&comma;2⁢ln⁡z−2⁢ln⁡2

(7)
> 

convert⁡Ei⁡z&comma;ModifiedMeijerG&comma;z

−ModifiedMeijerG⁡&comma;1&comma;0&comma;0&comma;&comma;ln⁡z+I⁢π

(8)

References

  

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

See Also

convert/MeijerG

convert/StandardFunctions

MeijerG