|
本帖最后由 tenglang 于 2011-2-17 13:54 编辑
程序是怎样的,报什么样的错.
请看看前辈给的建议(怎样提问)
http://forum.vibunion.com/thread-36746-1-1.html
- syms x beta;
- % A(x)=3*x, B(x)=6*x
- A=int(int(exp(-beta*beta-1/(beta*beta)),beta,6*x,inf)*3*x,x,-inf,inf);
- Warning: Explicit integral could not be found.
- Warning: Explicit integral could not be found.
- >> int(exp(-beta*beta-1/(beta*beta)),beta,6*x,inf)
- Warning: Explicit integral could not be found.
- 这个应该是属于那种不可积的函数.
复制代码 |
评分
-
1
查看全部评分
-
|