Comment #7 on issue 2039 by julien.rioux: Mul.eval_subs problems http://code.google.com/p/sympy/issues/detail?id=2039
In [6]: (x*A*x*x).subs(x**2*A,y) Out[6]: 2 y⋅x In [7]: (x*A*x*B).subs(x**2*A,y) Out[7]: x⋅y⋅B -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
