R******y 发帖数: 651 | 1 【 以下文字转载自 Physics 讨论区 】
发信人: RICIIkey (昵称太短!), 信区: Physics
标 题: mathematica 积分问题
发信站: BBS 未名空间站 (Sat Nov 8 18:53:40 2008)
f[x_, y_, z_] := x^2 + y^2 + z^2;
g[x_, y_] := NIntegrate[f[x, y, z], {z, 0, 1}]
NIntegrate[g[x, y]^2 + g[x, y]^(1/2), {x, 0, 1}, {y, 0, 1}]
出错信息是
NIntegrate::inum: Integrand f[x, y, z] is not numerical at {z} = {0.5`}
我只要NIntegrate 的结果,Integrate 是没问题的。 |
|