Comment #1 on issue 3268 by [email protected]: simplify fails to recognize a zero
http://code.google.com/p/sympy/issues/detail?id=3268
I don't see an easy way to fix this, at least in a general manner, without implementing the algorithms to canonicalize algebraic expressions. Although note:
In [9]: minpoly(z) Out[9]: x (in other words, it has determined that it is 0) -- 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.
