Comment #1 on issue 3262 by [email protected]: CSE loses factor of I (imag. unit)
http://code.google.com/p/sympy/issues/detail?id=3262

Reduced version:

---------------------------------------------------
import sympy as sp

x = sp.Symbol("x")
xx = -sp.I*x
print xx._eval_subs(-x, sp.Symbol("y"))
---------------------------------------------------

prints "y", should be "I*y".

--
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.

Reply via email to