注册 登录
编程论坛 Matlab

[求助]这样的积分如何求?

sky19 发布于 2007-09-09 15:54, 984 次点击


>> syms m;
int(int('((t-x)^2+(m-y)^2+n^2)^(-2)','t','-538+1.8*n','538-1.8*n'),'m',0,40)

运行时出现如下提示:
Warning: Explicit integral could not be found.
> In sym.int at 58
In char.int at 9
Warning: Explicit integral could not be found.
> In sym.int at 58

ans =

int(int(1/((t-x)^2+(m-y)^2+n^2)^2,t = -538+1.8*n .. 538-1.8*n),m = 0 .. 40)

请问各位这样的积分如何求啊?谢谢!

只有本站会员才能查看附件,请 登录

[此贴子已经被作者于2007-9-9 15:55:04编辑过]

1 回复
#2
qwe1949102007-11-08 13:03
系统变量不只是一个m吧?
1