Updates:
Status: Fixed
Comment #1 on issue 1564 by [email protected]: Cannot sum expression with
factorial
http://code.google.com/p/sympy/issues/detail?id=1564
This was fixed in 0f187e5:
In [1]: summation(x*factorial(x),(x,1,n))
Out[1]: -1 + n⋅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.