Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2012-11-07 Thread sympy
Updates: Labels: -CodeInDifficulty-Medium Comment #14 on issue 1818 by asmeu...@gmail.com: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2012-03-21 Thread sympy
Updates: Labels: -NeedsReview -smichr Comment #11 on issue 1818 by smi...@gmail.com: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2011-10-24 Thread sympy
Updates: Labels: CodeInDifficulty-Medium Comment #7 on issue 1818 by smi...@gmail.com: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 The new upgrades to extract_multiplicatively will allow coeff to use extract_multiplicatively to

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2011-05-14 Thread sympy
Comment #6 on issue 1818 by smi...@gmail.com: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 I'm leaving this open since as long as the 2-arg mul behavior exists we may want to make things like coeff work a little harder to find the add like

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2010-12-22 Thread sympy
Comment #4 on issue 1818 by smichr: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 regarding comment 1: the 2-arg mul behavior gets you here since the 3 gets distributed into the Add so there is no 1 + x term. You would have to factor the

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2010-12-22 Thread sympy
Updates: Blockedon: 1980 2114 Comment #5 on issue 1818 by smichr: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 https://github.com/sympy/sympy/pull/53 -- You received this message because you are subscribed to the Google Groups

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2010-09-05 Thread sympy
Updates: Labels: smichr Comment #3 on issue 1818 by asmeurer: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2010-02-15 Thread sympy
Comment #1 on issue 1818 by Vinzent.Steinberg: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 Shouldn't (3*(1+x)*x**2).coeff(1+x) return 3*x**2? The rest looks fine to me. -- You received this message because you are listed in the owner or CC

Re: Issue 1818 in sympy: coeff and collect failures on x**(1+x)

2010-02-15 Thread sympy
Comment #2 on issue 1818 by smichr: coeff and collect failures on x**(1+x) http://code.google.com/p/sympy/issues/detail?id=1818 It didn't in master and it still doesn't...collect doesn't expect to be working with an Add. I can try to change that and see what happens. -- You received this