Message Boards Message Boards

0
|
6455 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Avoid error: "Arguments are not consistent"?

Posted 6 years ago

I have run this code in Mathematica as below-

Plot[{0.2323*MeijerG[{{1, -(3/2), -1, -(0.9/2)}, {0.05}}, {{0, 1/2}, {}}, (((10^(i/10))*10^(-3))^2)/((((10^(i/10))*10^(-3))*1.36*10^-5) +
(2.1256*10^-21))]}, {i,-15, 15}]

This gives the error what I don't understand why. Please help me.

MeijerG::hdiv: MeijerG[{{1,-(3/2),-1,-0.45},{0.05}},{{0,1/2},{}},2.32553] does not exist. Arguments are not consistent. >>
MeijerG::hdiv: MeijerG[{{1.,-1.5,-1.,-0.45},{0.05}},{{0.,0.5},{}},2.32553] does not exist. Arguments are not consistent. >>
MeijerG::hdiv: MeijerG[{{1.,-1.5,-1.,-0.45},{0.05}},{{0.,0.5},{}},2.32553] does not exist. Arguments are not consistent. >>
General::stop: Further output of MeijerG::hdiv will be suppressed during this calculation. >>
POSTED BY: Pritam Sahoo

If you execute:

0.2323 MeijerG[{{1, -(3/2), -1, -0.45}, {0.05}}, {{0, 1/2}, {}}, 
10^(-6 + i/5)/(1.326919952*10^-7 + 0.2141457077 10^(-3 + i/10))]

and click on MeijerG::hdiv: enter image description here

this information is here, it says:This message is generated when the arguments in MeijerG function are not valid..The MeijerG function is not defined for these arguments.

See: Primary definition of MeijerG function

POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract