how to solve elliptical Integral using matlab
Show older comments
Hi ,
I am trying to evaluate this integral
syms X Y phi
M=(1+cos(phi));
N=(2.*cos(phi)-1)./(4.*Y);
L=sqrt(1+(N.^2));
D=(M.*N)./L;
int=int(D,phi,0,pi)
but i am unable to get the result, the matlab returns
Explicit integral cannot be found. I understand there is singularity , how do i solve the integral. Kindly help.
Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!