积分求解下式 用matlab求解时出现Explicit integral could not be found.
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/10 14:34:02
积分求解下式 用matlab求解时出现Explicit integral could not be found.
y=u^4*exp(-2.4831*u^2)/((u+0.5394*(2/(1+1.179*u)^3+3/(1+1.179*u)^2+3/(1+1.179*u))/8)^2*(1-u^2)^0.5)
int(y,0,1)
y=u^4*exp(-2.4831*u^2)/((u+0.5394*(2/(1+1.179*u)^3+3/(1+1.179*u)^2+3/(1+1.179*u))/8)^2*(1-u^2)^0.5)
int(y,0,1)
符号积分积不出来,用quad数值积分
>> y=@(u) u.^4.*exp(-2.4831*u.^2)./((u+0.5394*(2./(1+1.179*u).^3+3./(1+1.179*u).^2+3./(1+1.179*u))/8).^2.*(1-u.^2).^0.5);
I=quad(y,0,1)
I =
0.0899
>> y=@(u) u.^4.*exp(-2.4831*u.^2)./((u+0.5394*(2./(1+1.179*u).^3+3./(1+1.179*u).^2+3./(1+1.179*u))/8).^2.*(1-u.^2).^0.5);
I=quad(y,0,1)
I =
0.0899
积分求解下式 用matlab求解时出现Explicit integral could not be found.
用Matlab求解定积分作图时出现Explicit integral could not be found
matlab 不定积分,数值积分,Explicit integral could not be found.
matlab积分出错:Explicit integral could not be found.
matlab中的积分函数Warning:Explicit integral could not be found.
matlab求解方程组时 Warning:Explicit solution could not be found.>
用matlab求解a,b,c,d.提示Explicit solution could not be found.
Warning: Explicit integral could not be found. 求高手解答int()定积分
用matlab算比较复杂的式子,出现Warning:Explicit solution could not be fou
matlab解方程组提示Explicit solution could not be found.应该是没有解析解.请问
求问,用matlab 解符号非线性方程组的时候出现 matlab Explicit solution could not
Matlab 解变限积分方程组 最好有代码因为我的解出来是explicit solution could not be