Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2013-10-20 Thread sympy
Comment #9 on issue 2214 by trel...@psu.edu: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 This is done. -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2013-10-20 Thread sympy
Updates: Status: Fixed Comment #10 on issue 2214 by asmeu...@gmail.com: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 (No comment was entered for this change.) -- You received this message because this project is configured

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2013-03-28 Thread sympy
Updates: Blockedon: sympy:3662 Comment #8 on issue 2214 by asmeu...@gmail.com: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-08-16 Thread sympy
Issue 2214: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 This issue is now blocking issue 2639. See http://code.google.com/p/sympy/issues/detail?id=2639 -- You received this message because you are listed in the owner or CC fields of

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-03-17 Thread sympy
Comment #1 on issue 2214 by asmeurer: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 What does Sum(x, x) mean? -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-03-17 Thread sympy
Comment #2 on issue 2214 by smi...@gmail.com: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 Isn't this an unevaluated Sum? (I thought you were the one that told me about this.) In any case, it should either raise an error if it is

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-03-17 Thread sympy
Comment #3 on issue 2214 by smi...@gmail.com: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 Sorry, indefinite sum: [ http://en.wikipedia.org/wiki/Indefinite_sum ] -- You received this message because you are subscribed to the

Re: Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-03-17 Thread sympy
Comment #4 on issue 2214 by asmeurer: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 Right. Do we actually have any support for indefinite summation? I suppose we might at some point. Let's do as we discussed in some other

Issue 2214 in sympy: representation of Sum and Integral should be unified

2011-03-16 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2214 by smi...@gmail.com: representation of Sum and Integral should be unified http://code.google.com/p/sympy/issues/detail?id=2214 These should look the same: Sum(x,x,y) Sum(x, (x), (y))