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.

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by