MathGroup Archive 2011

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

Search the Archive

A problem on MeijerG function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118209] A problem on MeijerG function
  • From: paperkite rainyday <paperkite at gmail.com>
  • Date: Sat, 16 Apr 2011 07:36:18 -0400 (EDT)

Hi, all

In mathematica 7, if you input
N[MeijerG[{{1}, {7/2}}, {{-1, 3, 4}, {-2}}, 1]]
mathematica gives:
MeijerG::hdiv: MeijerG[{{1},{7/2}},{{-1,3,4},{-2}},1] does not exist.
Arguments are not consistent. >>
MeijerG::hdiv: MeijerG[{{1.},{3.5}},{{-1.,3.,4.},{-2.}},1.] does not exist.
Arguments are not consistent. >>

But in other computational software program, for example,
evalf(MeijerG([[1], [7/2]], [[-1, 3, 4], [-2]],1));
gives -12.12240989-0.*I

What's the problem? Thanks.



                              paperkite


  • Prev by Date: Re: SortBy
  • Next by Date: Re: SortBy
  • Previous by thread: Re: ListLinePlot and Filling, or not ....
  • Next by thread: Re: Another AppendTo replacement problem