Comment #5 on issue 1452 by asmeurer: integrate cannot do integral
http://code.google.com/p/sympy/issues/detail?id=1452
I can confirm it:
In [3]: integrate(1/(x*sqrt(1-x**2)),x)
Out[3]:
⎛ ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽ ⎞
⎛ 2⎞ ⎜ ╱ 2 ⎟
log⎝-x ⎠ ⎜╲╱ - x + 1 1⎟
──────── - log⎜───────────── + ─⎟
2 ⎝ 2 2⎠
How does it do it? Did you implement indefinite integration?
--
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.