Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Core
New issue 3017 by [email protected]: Eq,Ne.doit() don't do it http://code.google.com/p/sympy/issues/detail?id=3017 For example: In [1]: a = Symbol('a', positive=True) In [2]: Eq(a, 0) Out[2]: a = 0 In [3]: _.doit() Out[3]: a = 0 In [4]: a.is_zero Out[4]: False -- 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.
