Updates:
Status: Fixed
Comment #5 on issue 1784 by [email protected]: ((x - 2)**2).match((x - a)**2)
fails
http://code.google.com/p/sympy/issues/detail?id=1784
Works in master
a = Wild('a', exclude=[x])
r = (x - 2)**2
r.match((x - a)**2)
{a: 2}
So I close it.
--
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.