Comment #14 on issue 1924 by smichr: Eq() gets .as_basic() method
http://code.google.com/p/sympy/issues/detail?id=1924

Like this?
Eq(Eq(x,3),Eq(x,0))
(x == 3) == (x == 0)

A further problem I see with giving Eq this method is that, whereas Poly by definition is something = 0, Eq is not. So the expression that one was intending is +/- the Eq.as_basic() form. Perhaps it is better to let the user keep in mind which expression is intended by requiring lhs and rhs to be used.

Unless there is another voice in favor of the proposal I will withdraw this issue.

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