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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!