Comment #72 on issue 1695 by andy.ter...@gmail.com: integral of a piecewise function gives bad result
http://code.google.com/p/sympy/issues/detail?id=1695

2128 is different. Piecewise should be able to handle that but probably has errors handling the nested Piecewise. This issue is caused by the limit of integration being the same as the symbol of integration. Try

Integrate(Piecewise((3*x,x<2), (0, True)), (x, 0, x))

in Maple and tell me what you get.

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

Reply via email to