Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Defect Priority-High Milestone-Release0.7.0 Polynomial

New issue 2415 by [email protected]: 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 [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