Hi
I am trying to perform definite double integrals on an expression. If I run
Integrate[x^2 + y^2 + xy, {x, 0.0001, 0.01}, {y, 0.01, 0.5}]
in Mathematica v9.0.1.0 I get an expression as output:
0.00041266 + 0.004851 xy
However, if I run the same thing in wolframalpha:
http://tinyurl.com/pu56v7c
then I get a numeric output: 0.000418907
Am I doing something wrong in Mathematica?
Many thanks
Gib