Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Medium Concrete

New issue 3128 by [email protected]: Sum and Product manipulations
http://code.google.com/p/sympy/issues/detail?id=3128

In a similar vein to issue 2297, we should have functions to make it easy to combine and generally manipulate summations and products. Examples would be

- Addition of two sums with the same limits
- Addition of two sums with different limits (like Sum(i, (i, 0, k)) + Sum(i, (i, k, m)))
- Change of index
- Product of Sums
- Reorder multiple sums or products
- Reverse order of limits
- The inverse of any of the above rules

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