If solve had an "as_Eq" option you could do something like

>> eq = Eq(y + x, 3 - x)
>> solve(eq, y, as_Eq=1)
[y == 3 - 2*x]

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to