Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-21 Thread sympy
Updates: Status: Duplicate Mergedinto: 1766 Comment #6 on issue 1909 by Vinzent.Steinberg: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 (No comment was entered for this change.) -- You receiv

Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Comment #5 on issue 1909 by smichr: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 All tests pass in the smichr's 1766 branch github. The test suite for expand has a test named test_expand_non_commutative_mul

Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Comment #4 on issue 1909 by smichr: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 All tests pass in the smichr's 1766 branch github. The test suite for expand has a test named test_expand_non_commutative_mul

Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Comment #3 on issue 1909 by smichr: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 All tests pass in the smichr's 1766 branch github. The test suite for expand has a test named test_expand_non_commutative_mul

Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Comment #2 on issue 1909 by smichr: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 All tests pass in the smichr's 1766 branch github. The test suite for expand has a test named test_expand_non_commutative_mul

Re: Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Updates: Status: Accepted Labels: NeedsReview WrongResult Comment #1 on issue 1909 by asmeurer: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 Great. Now to actually fix the behavior. I think

Issue 1909 in sympy: Expand function does not deal with non-commutative multiplication and powers

2010-04-20 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1909 by austin.lund: Expand function does not deal with non-commutative multiplication and powers http://code.google.com/p/sympy/issues/detail?id=1909 In [1]: a,b = symbols('ab', commutative=False) In [2]: expand((a*b)**2)