Comment #31 on issue 2039 by smichr: Mul.eval_subs problems
http://code.google.com/p/sympy/issues/detail?id=2039

It's there and the correction has been applied and tested:

from sympy import *
var('a b c')
(a, b, c)
(-I*a*b).subs(a*b,2)
-2*I


Thanks for the feedback on 2039. BTW, fraction is about to go back to its old behavior so perhaps you will be able to test t2 with your work. The more of a workout it gets the better it becomes.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to