Re: Issue 2210 in sympy: Sum does not set commutativity

2012-07-10 Thread sympy
Comment #8 on issue 2210 by julien.r...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 This pull was merged and this issue can probably be closed. -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2210 in sympy: Sum does not set commutativity

2012-07-10 Thread sympy
Updates: Status: Fixed Comment #9 on issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2210 in sympy: Sum does not set commutativity

2012-04-05 Thread sympy
Updates: Labels: EasyToFix Comment #6 on issue 2210 by julien.r...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 O(x) just won't work with noncommutative symbols (it relies on polys) but the Sum issue should be easy to do. -- You

Re: Issue 2210 in sympy: Sum does not set commutativity

2011-05-25 Thread sympy
Comment #3 on issue 2210 by matt...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 There is more to this, e.g: In [53]: print O(x).is_commutative None -- You received this message because you are subscribed to the Google Groups sympy-issues

Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 Should a general Expr method, is_commutative be defined, or, like was done for Integral, should

Re: Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Comment #1 on issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 Here is the Sum result: h[1] Sum(x,x).is_commutative h[1] -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Updates: Cc: Vinzent.Steinberg Ronan.Lamy ellisonbg Comment #2 on issue 2210 by asmeurer: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 I was thinking about the same thing. It might make sense to make Expr objects commutative by default, so that