Comment #11 on issue 1924 by smichr: Eq() gets .as_basic() method http://code.google.com/p/sympy/issues/detail?id=1924
I'm sorry, I don't understand what you are referring to about Poly's behavior. What I was trying to point out is that Poly(x, x, domain='ZZ') is a Basic object. It has an .as_basic() method. I would like to give an as_basic method that does basically the same thing -- change a special representation into an expr -- to Eq. It's something (as pointed out in 3) that others have seen the need for and I would just like to have it be a standard method of Eq.
In comment 4 there was a proposal to name it as_expr. Did you have any feelings about that? I don't care either way on the name. I jus think the method should be there.
-- 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.
