【发布时间】:2014-02-06 23:23:51
【问题描述】:
这是我的输入:
NIntegrate[sqrt[1 + (.00035 x^2)^2], {x, -625, 625}]
结果是:
NIntegrate::inumr: "被积函数 sqrt[1+1.225*10^-7\ x^4] 有 将所有采样点的值评估为非数值 具有边界 {{-625,0}} 的区域。"
这将我链接到一个页面,我基本上被告知我必须定义 x。这不正是作为第二个参数给出的范围正在做什么吗?我不在这里做什么?
I can put the exact same syntax into WolframAlpha and get the right answer:
【问题讨论】: