How can I check if the result of:
Integrate[Cos[Sqrt[GM/r^3]], r]
is real for real GM and r?
GM
r
bla = Integrate[Cos[Sqrt[GM/r^3]], r]; Table[Im[bla], {GM, -1, 1, .1}, {r, -1, 1, 0.1}]
bla = Integrate[Cos[Sqrt[GM/r^3]], r]; Table[Im[bla], {GM, -1, 1, .1}, {r, -1, 1, 0.1}]– Henrik Schumacher Jan 24 '19 at 11:00