Issue 1497 in sympy: (x+y)/-z does not automatically expand to (-x - y)/z

2009-08-03 Thread codesite-noreply
Comment #8 on issue 1497 by asmeurer: (x+y)/-z does not automatically expand to (-x - y)/z http://code.google.com/p/sympy/issues/detail?id=1497 If anyone does decide to tackle this, I think it would be better to remove all automatic distribution and fix the tests that break from that. See

Issue 1497 in sympy: (x+y)/-z does not automatically expand to (-x - y)/z

2009-07-07 Thread codesite-noreply
Comment #7 on issue 1497 by asmeurer: (x+y)/-z does not automatically expand to (-x - y)/z http://code.google.com/p/sympy/issues/detail?id=1497 I think the status is that we never agreed on what we should do. As ronan.l...@gmail.com pointed out above, catching every possible case can get

Issue 1497 in sympy: (x+y)/-z does not automatically expand to (-x - y)/z

2009-06-29 Thread codesite-noreply
Comment #1 on issue 1497 by asmeurer: (x+y)/-z does not automatically expand to (-x - y)/z http://code.google.com/p/sympy/issues/detail?id=1497 This is another part of this that I did not consider and I do not think my patch addresses: print -((x+y)/z) -(x + y)/z -- You received this

Issue 1497 in sympy: (x+y)/-z does not automatically expand to (-x - y)/z

2009-06-29 Thread codesite-noreply
Updates: Status: Accepted Comment #2 on issue 1497 by ondrej.certik: (x+y)/-z does not automatically expand to (-x - y)/z http://code.google.com/p/sympy/issues/detail?id=1497 I think the minus should be working. The patch seems to be the correct fix for this. The tests should be