Status: Accepted
Owner: ronan.l...@gmail.com
CC: matt...@gmail.com
Labels: Type-Defect Priority-High Milestone-Release0.7.0 Polynomial

New issue 2415 by ronan.l...@gmail.com: Poly(x, x) * I != I * Poly(x, x)
http://code.google.com/p/sympy/issues/detail?id=2415

In [1]: Poly(x, x) * I
Out[1]: Poly(I*x, x, domain='EX')

In [2]: I * Poly(x, x)
Out[2]: ⅈ⋅Poly(x, x, domain='ZZ')



--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@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