Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Integration WrongResult

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

In [84]: Integral(sin(x*y*z), (x, 0, pi), (y, 0, pi), (z, 0, pi)).doit()
Out[84]:
π
⌠
⎮ ⎛  cos(π⋅y⋅z)    1 ⎞
⎮ ⎜- ────────── + ───⎟ dx
⎮ ⎝     y⋅z       y⋅z⎠
⌡
0


But obviously, the integrand shouldn't have y or z in it if it has already integrated with respect to that.

--
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