4
votes
4answers
542 views

Mathematica gives wrong answer for integral

When I execute the following, Integrate[Exp[-w^2 + I w^3], {w, -\[Infinity], \[Infinity]}] I get ...
4
votes
1answer
365 views

Does the Im function work with symbolic arguments?

Does the Im function work with symbolic arguments? ...
13
votes
5answers
626 views

Does $x>0$ imply that $x\in\mathbb{R}$?

Let’s assume I input Assuming[x > 0, expression] Is it assumed by Mathematica that $x$ is a real number? Or that the real part of $x$ is positive? Something ...