vesta33
- 5
- 0
I'll bite.NascentOxygen said:Is there a question or something you intended should accompany your post?
Not that I will be able to help, but someone else may offer to ...
g2 = (9/\[Pi]^2) ((1 - 2 w)/(3 w (2 - 3 w)^3)^(1/2))
(EllipticK[(1 - 2 w)/(w (2 - 3 w)^3)])^(1/2);
Plot[g2, {w^2, 0, 1}]
g2 = (9/\[Pi]^2) ((1 - 2 w)/(3 w (2 - 3 w)^3)^(1/2))
EllipticK[((1 - 2 w)/(w (2 - 3 w)^3))^(1/2)];
Plot[g2, {w, 1/3, 1/2}]
Then you should know why the statementvesta33 said:I should stress that I know mathematica.
Plot[g2, {w^2, 0, 1}]
Obviously not, because you have not been able to reproduce the graph.vesta33 said:I had tried all possibly variaions before wrote here.
I did, told you what was wrong, and even gave you a correct replacement code, which is at least valid for part of the ##\bar{\omega}## domain.vesta33 said:If anyone wants help me please first of all run the code.
Both are fine. I was able to reproduce the figure in a couple of minutes. Before you ask for my code, note that this is not how things are done on PF. We don't feed you fish, we help with the fishing.vesta33 said:I think mathematica or the article has a bug.
Please do not reply before taking into account the replies of others.vesta33 said:Please nobody reply the message without running the code.