Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2363 by [email protected]:
integrate(1/(x**2+y**2)**(Rational(3,2)),x) fails
http://code.google.com/p/sympy/issues/detail?id=2363
This integral is used in physics e.g. for deriving the magnetic flux
density for a coil by integrating over a conductor loop.
In [2]: integrate(1/(x**2+y**2)**(Rational(3,2)),x)
Out[2]:
⌠
⎮ 1
⎮ ──────────── dx
⎮ 3/2
⎮ ⎛ 2 2⎞
⎮ ⎝x + y ⎠
⌡
expected:
x/(sqrt(x**2+y**2)*y**2)
--
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.