Updates:
        Labels: NeedsReview ness987

Comment #7 on issue 1452 by [email protected]: integrate cannot do integral
http://code.google.com/p/sympy/issues/detail?id=1452

This works in gsoc-3 (https://github.com/sympy/sympy/pull/543):

In [65]: integrate(1/(x*sqrt(1-x**2)),x)
Out[65]:
⎧      ⎛1⎞          │1 │
⎪-acosh⎜─⎟  for 1 < │──│
⎪      ⎝x⎠          │ 2│
⎪                   │x │
⎨
⎪      ⎛1⎞
⎪ⅈ⋅asin⎜─⎟   otherwise
⎪      ⎝x⎠
⎩

--
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.

Reply via email to