Comment #2 on issue 4018 by [email protected]: Equality arithmetic is wrong: Eq(x,0)+2 -> Eq(x+2,0)
http://code.google.com/p/sympy/issues/detail?id=4018

No, it gives 2 + x == 0, i.e., 2 + Eq(x, 0) (it isn't putting parentheses in there). In other words, it doesn't combine at all. It just assumes that Eq is like any other expression that can be added or multiplied.

This might be considered a duplicate of issue 1932.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to