| Author |
Comment/Response |
fedai inanır
|
03/20/04 06:55am
Hi;
I have to solve this integral using iterative methods.
r=0.2
r=r+0.001
k=(2*((r*x)^(1/2))/(r+x))
F(r,x)=EllipticK(k^2)/(r+x)-EllipticE(k^2)/(r-x)
Integrate(F(r,x),{x,0,1})
As you see, there is a singularity at the second part of F(r,x) equation. I try to handle the singularity using CauchyPrincipalValue options. But my result is wrong.
Please help me!!!
Attachment: disk bean.nb, URL: , |
|