只是寻找一些mathematica的帮助.当我尝试计算机这个积分时:
Integrate[Cos[t]/(1 + b^2 t^2 - (2*b*c*t)/a + c^2/a^2)^(3/2), { t, -Infinity, Infinity}, Assumptions -> {a, b, c} \[Element] Reals]
Run Code Online (Sandbox Code Playgroud)
Mathematica刚吐出:
Integrate[Cos[t]/(1 + c^2/a^2 - (2 b c t)/a + b^2 t^2)^(3/2), {t, -\[Infinity], \[Infinity]}, Assumptions -> (a | b | c) \[Element] Reals]
Run Code Online (Sandbox Code Playgroud)
我该如何评估这个积分?