Comment #1 on issue 1429 by asmeurer: matches fails to match differential  
equation
http://code.google.com/p/sympy/issues/detail?id=1429

I figured it out.  I has to do with x - (x - f(x))*diff(f(x), x) staying as  
it is, but -(x - f(x))*diff(f(x), x) becoming
(f(x) - x)*diff(f(x), x).

This is a preliminary patch.  It calls expand in matches, but I (and  
Ondrej) think we should fix
Add._combine_inverse to be more smart about these things.

Attachments:
        0001-Preliminary-fix-for-issue-1429.patch  861 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to