Comment #6 on issue 2079 by asmeurer: multiple integral gives wrong result
http://code.google.com/p/sympy/issues/detail?id=2079

So, this integral needs to be fixed, and the issues you address above should be fixed, but the problem here is rather unrelated. There was a bug in the way integrate() was handling multiple integrals. Another failing example (before the commit above that fixed it) is


In [1]: integrate(sin(x)*f(y, z), (x, 0, pi), (y, 0, pi), (z, 0, pi))
Out[1]:
π
⌠
⎮ 2⋅f(y, z) dx
⌡
0

So I am going to submit a pull request with a test for this. Can you open new issues for all the above problems, including the doing of the integral in comment 0?

(by the way, I've deleted your duplicate comment for you)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to