Updates:
Status: Valid
Comment #6 on issue 1784 by [email protected]: ((x - 2)**2).match((x -
a)**2) fails
http://code.google.com/p/sympy/issues/detail?id=1784
The issue hasn't been fixed. It just changed which one works:
In [593]: r2 = (2 - x)**2
In [595]: print r2.match((x - a)**2)
None
--
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.