Updates:
        Status: Started

Comment #1 on issue 1301 by asmeurer: Exception while integrating x**n * log(x)
http://code.google.com/p/sympy/issues/detail?id=1301

It works now.  I will include a test for it in my next branch.

In [11]: integrate((x**n)*ln(x),x)
Out[11]:
   n                n                 n
x⋅x ⋅log(x)    n⋅x⋅x ⋅log(x)       x⋅x
──────────── + ───────────── - ────────────
           2               2              2
1 + 2⋅n + n     1 + 2⋅n + n    1 + 2⋅n + n


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