how to solve elliptical Integral using matlab

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.

Respuestas (0)

Etiquetas

Preguntada:

el 24 de Nov. de 2013

Editada:

el 24 de Nov. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by