Tagged Questions
8
votes
2answers
132 views
Problem with NIntegrate when WorkingPrecision is specified
I am trying to evaluate this integral numerically:
$$
\int_0^{\infty } m \exp (-m) J_1(m){}^2 \, dm
$$
Everything is OK when only the integration method is specified:
...
5
votes
0answers
80 views
Expansion of $E(i c \mid m)$ at $c\to\infty$?
Currently, I am using a Windows machine with Mathematica 8. I noticed a difference in a series expansion of the function EllipticE[] in comparison with a result ...
4
votes
2answers
140 views
Problem with EllipticE documentation
The complete elliptic integral of the second kind, EllipticE, is defined as,
Integrate[Sqrt[1-m Sin[t]^2],{t,0,z}]
According ...