Comment #9 on issue 1304 by ksiondag...@gmail.com: Integrate sqrt(x**2 + y**2) fails
http://code.google.com/p/sympy/issues/detail?id=1304

Is this fixed? Also, is this the same problem as (x**2 + y**2)**(1/2) giving the wrong answer?

Because I'm getting this:

In [5]: integrate((x**2 + y**2)**(1/2), x, y)
Out[5]: x*y

In [6]: integrate(sqrt(x**2 + y**2), x, y)
Out[6]: Integral((x**2 + y**2)**(1/2), x)


Are these separate issues?


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

Reply via email to