- #1
muppet
- 608
- 1
Hi all,
I've been getting Mathematica to do some integrals for me, which are typically returning sums of Meijer-G functions. When I try and obtain numerical values for these sums, some of my results have contained terms which Mathematica has refused to evaluate numerically; an example is
MeijerG[{{}, {}}, {{1, 7/6, 4/3, 4/3, 3/2, 5/3, 11/6}, {0, 5/6, 7/6, 4/3, 3/2, 5/3, 11/6}}, 0]
Inside a N[], Mathematica just spits back
N[%]= MeijerG[{{}, {}}, {{1., 1.16667, 1.33333, 1.33333, 1.5, 1.66667, 1.83333}, {0., 0.833333, 1.16667, 1.33333, 1.5, 1.66667, 1.83333}}, 0.]
A plot of the (real and imaginary parts of the) function
MeijerG[{{}, {}}, {{1, 7/6, 4/3, 4/3, 3/2, 5/3, 11/6}, {0, 5/6, 7/6, 4/3, 3/2, 5/3, 11/6}}, x]
suggests that it vanishes at the origin, and its limit as x->0 is zero. But the test PossibleZeroQ, applied to this function at zero argument, yields the result "False".
If anyone could explain to me what's going on here, I'd be grateful.
I've been getting Mathematica to do some integrals for me, which are typically returning sums of Meijer-G functions. When I try and obtain numerical values for these sums, some of my results have contained terms which Mathematica has refused to evaluate numerically; an example is
MeijerG[{{}, {}}, {{1, 7/6, 4/3, 4/3, 3/2, 5/3, 11/6}, {0, 5/6, 7/6, 4/3, 3/2, 5/3, 11/6}}, 0]
Inside a N[], Mathematica just spits back
N[%]= MeijerG[{{}, {}}, {{1., 1.16667, 1.33333, 1.33333, 1.5, 1.66667, 1.83333}, {0., 0.833333, 1.16667, 1.33333, 1.5, 1.66667, 1.83333}}, 0.]
A plot of the (real and imaginary parts of the) function
MeijerG[{{}, {}}, {{1, 7/6, 4/3, 4/3, 3/2, 5/3, 11/6}, {0, 5/6, 7/6, 4/3, 3/2, 5/3, 11/6}}, x]
suggests that it vanishes at the origin, and its limit as x->0 is zero. But the test PossibleZeroQ, applied to this function at zero argument, yields the result "False".
If anyone could explain to me what's going on here, I'd be grateful.