MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Meijer G Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34965] Re: [mg34953] Meijer G Function
  • From: BobHanlon at aol.com
  • Date: Sun, 16 Jun 2002 00:23:57 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 6/15/02 3:19:14 AM, J.Hu-2 at umist.ac.uk writes:

>I need to compute one of Meijer G-Functions, MeijerG[{1}, {0.5}}, 
>{{1, 1}, {0, 0.5}}, z]. Would you please help me find the method to 
>compute this function? Thanks.
>

You are missing a left bracket.

Table[MeijerG[{{1},{0.5}},{{1,1},{0,0.5}},z], {z,0,10}]

{0,0.211277,0.704558,1.02387,1.11416,1.00746,0.763094,
    0.443949,0.10587,-0.206721,-0.461986}

Plot[MeijerG[{{1},{0.5}},{{1,1},{0,0.5}},z],
    {z,0,10}];

FindRoot[
      MeijerG[{{1},{0.5}},{{1,1},{0,0.5}},z]==0,
      {z,#}]& /@ {.5,8}

{{z -> 0.538334}, {z -> 8.32402}}


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: RE: Plot a sample path of a bornian motion
  • Next by Date: Re: Plot a sample path of a bornian motion
  • Previous by thread: RE: Meijer G Function
  • Next by thread: Experimental`FileBrowse