> Thanks for the heads up. Is this in a branch of your repo? In the > master all I saw just before the distribution step was "Now we are > done". Although I suppose that could be a message of surrender ;-)
Should you feel the same, consider using the 1978 branch's keep_coeff=True mechanism in Mul to obtain the desired result: `Mul(2, 1+x, keep_coeff=True) -> 2*(1 + x)` /c -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
