Warning: Explicit integral could not be found. 求高手解答int()定积分问题syms Dd Dd0 x y z Wn theta Ue Ve n s p qDd0=10^(-3);Wn=((2*n+1).*pi.*x.*Dd0)/(3.6);Dd=Dd0.*tanh(1.76.*sqrt((1/x)-1));Ue=sqrt((1+sqrt(1+(Dd^2.*(sin(2.*theta)).^2)./(Wn.
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/15 01:49:23
Warning: Explicit integral could not be found. 求高手解答int()定积分问题syms Dd Dd0 x y z Wn theta Ue Ve n s p qDd0=10^(-3);Wn=((2*n+1).*pi.*x.*Dd0)/(3.6);Dd=Dd0.*tanh(1.76.*sqrt((1/x)-1));Ue=sqrt((1+sqrt(1+(Dd^2.*(sin(2.*theta)).^2)./(Wn.
Warning: Explicit integral could not be found. 求高手解答int()定积分问题
syms Dd Dd0 x y z Wn theta Ue Ve n s p q
Dd0=10^(-3);
Wn=((2*n+1).*pi.*x.*Dd0)/(3.6);
Dd=Dd0.*tanh(1.76.*sqrt((1/x)-1));
Ue=sqrt((1+sqrt(1+(Dd^2.*(sin(2.*theta)).^2)./(Wn.^2)))/2);
Ve=sqrt((1-sqrt(1+(Dd^2.*(sin(2.*theta)).^2)./(Wn.^2)))/2);
p=(Dd^2.*(sin(2.*theta)).^2.*exp(-2.*Wn.*cos(theta).*0.1));
q=sqrt(Wn.^2+Dd.^2.*(sin(2.*theta)).^2).*(Ue.^4+Ve.^4.*exp(-4.*Wn.*cos(theta).*0.1));
z=p./q;
s=int(z,theta,-pi/2,pi/2);
Warning: Explicit integral could not be found.
Warning: Explicit integral could not be found. 求高手解答int()定积分问题syms Dd Dd0 x y z Wn theta Ue Ve n s p qDd0=10^(-3);Wn=((2*n+1).*pi.*x.*Dd0)/(3.6);Dd=Dd0.*tanh(1.76.*sqrt((1/x)-1));Ue=sqrt((1+sqrt(1+(Dd^2.*(sin(2.*theta)).^2)./(Wn.
就是matlab 没法求出你这个式子的公式解,估计你只能算数值的了 (theta没有赋值,应该没看错吧)