Comment #13 on issue 1304 by Vinzent.Steinberg: Integrate sqrt(x**2 + y**2) fails
http://code.google.com/p/sympy/issues/detail?id=1304
Without typo: In [4]: integrate(1/(x**2 + y**2)**(Rational(3,2)),y) Out[4]: ⌠ ⎮ 1 ⎮ ──────────── dy ⎮ 3/2 ⎮ ⎛ 2 2⎞ ⎮ ⎝x + y ⎠ ⌡ -- 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.
