询问一道关于积分的问题
syms x2 u;对f=0.45*exp(-8*(u-x2)^2)/x2*exp(-0.25*(log(x2)+3.3)^2) 积分
用:fu2=int(f,x2,0,5) 但是结果不是关于u的表达式,是为什么呢?
回复 楼主 nikistone 的帖子
>> fu2=int(f,x2,0,5)Warning: Explicit integral could not be found.
> In sym.int at 64
fu2 =
int(9/20/x2*exp(-1/4*(ln(x2) + 33/10)^2)*exp(-8*(u - x2)^2), x2 = 0..5)
matlab对这么复杂的积分求不出解析表达式吧!
页:
[1]