作业帮 > 综合 > 作业

用matlab做双重积分时,老是错误.G = @(x,y)(tan(x.^2+y.^2))/(1+x+y); I = d

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/25 14:54:24
用matlab做双重积分时,老是错误.G = @(x,y)(tan(x.^2+y.^2))/(1+x+y); I = dblquad(G,0,pi/2,0,pi/3);
G = @(x,y)(tan(x.^2+y.^2))./(1+x+y); I = quad2d(G,0,pi/2,0,pi/3)
Warning:Reached the maximum number of function evaluations (2000).The result fails
the global error test.
> In quad2d at 248
I =
0.3324
G = @(x,y)(tan(x.^2+y.^2))./(1+x+y); I = dblquad(G,0,pi/2,0,pi/3)