Comment #25 on issue 2552 by [email protected]: (1/(x*y)).subs(x*y, whatever) doesn't work
http://code.google.com/p/sympy/issues/detail?id=2552
If it was fixed to give (x*y, -1) it would work, wouldn't it? Also, if by 'implicit substitution' you mean internally treating `subs(x*y, foo)` as `subs(x, foo/y)` I would be against that on the 'refuse the temptation to guess' principle. -- 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.
