Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 2691 by [email protected]: Runtime of double sums
http://code.google.com/p/sympy/issues/detail?id=2691

In the following example the nested double sum

Sum(Sum(...,j),k)

finished instantaneously while the denested
double sum

Sum(..., j, k)

takes forever. Also they yield two different results!


Attachments:
        double_sum.py  668 bytes

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