Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium WrongResult Integration
New issue 2314 by Vinzent.Steinberg: integrate(-a/(a**2+b**2),b) is wrong http://code.google.com/p/sympy/issues/detail?id=2314 In [8]: integrate(-a/(a**2+b**2),b) Out[8]: 0 This should be -atan(b/a). -- 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.
