Updates:
Status: WontFix
Comment #8 on issue 2677 by [email protected]: subs(Eq) does not work
http://code.google.com/p/sympy/issues/detail?id=2677
I think I agree too, mainly by the first argument in comment 6. For
example, (x*y).subs(Eq(x, y)) could just as reasonably give y**2 as x**2.
And making Basic objects that are not specifically iterable objects
iterable is a bad idea.
If you want to do this, just do .subs(*Eq_obj.args).
--
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.