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