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