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 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!