Comment #3 on issue 1993 by [email protected]: make sign simlification part of canonicalizing process
http://code.google.com/p/sympy/issues/detail?id=1993

Another area where sign simplification would be nice is for expressions like

a(x-y)-a*(y-x)

or

1/(x-y) + 1/(y-x)

It shouldn't take a full simplification to show that those are zero. Perhaps this should be part of the as_content_primitive routine, robably through a call to signsimp before doing the content extraction.

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