看板 Mathematica 關於我們 聯絡資訊
我在做以下的積分式(有點亂,不如如何整理) f = Exp[-(((x - a)^2)/2 (\[b]^2))]/Sqrt[2 \[Pi]] \[b]; j = Integrate[f x, {x, -\[Infinity], \[Infinity]}, GenerateConditions -> False] k = Integrate[f (x - a)^2, {x, -\[Infinity], \[Infinity]}, GenerateConditions -> False] g = FourierTransform[f, x, \[Omega]] h = Integrate[g \[Omega], {\[Omega], -\[Infinity], \[Infinity]}, GenerateConditions -> False] Integrate[g (\[Omega] - h)^2, {\[Omega], -\[Infinity], \[Infinity]}, GenerateConditions -> False] 積分最後一條方程的時,第一次跑出的結果和之後再running一次的結果會不一樣, 這是為什麼? GenerateConditions -> False 是不是不一定要加上? 感謝大大解答 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.117.179.31