Issue 1432 in sympy: simplify gets hung up on this expression

2009-05-23 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1432 by smichr: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 Simplify seems to get hung up when trying to simplify this expression: -x1 + F1/(Gc + k) + Gc*x1/(Gc + k) + Gc*xd/(

Issue 1432 in sympy: simplify gets hung up on this expression

2009-05-23 Thread codesite-noreply
Comment #1 on issue 1432 by smichr: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 When you try this you likely won't have a problem, just like I don't now while trying to reproduce this. But after sending this in, I noticed that the variable k

Re: Issue 1432 in sympy: simplify gets hung up on this expression

2009-12-07 Thread sympy
Updates: Blockedon: 1598 Comment #3 on issue 1432 by asmeurer: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this i

Re: Issue 1432 in sympy: simplify gets hung up on this expression

2010-03-17 Thread sympy
Updates: Labels: EasyToFix Comment #4 on issue 1432 by asmeurer: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 New polys come to the rescue again: In [4]: a = S("-x1 + F1/(Gc + k) + Gc*x1/(Gc + k) + Gc*xd/(Gc + k) + k*x1/(Gc + k)")

Re: Issue 1432 in sympy: simplify gets hung up on this expression

2011-01-04 Thread sympy
Updates: Labels: -EasyToFix NeedsReview Comment #5 on issue 1432 by mattpap: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 Actually there is a test for this, see lines 158-160 in sympy/simplify/test_simplify.py in polys12. -- You rec

Re: Issue 1432 in sympy: simplify gets hung up on this expression

2011-04-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #7 on issue 1432 by matt...@gmail.com: simplify gets hung up on this expression http://code.google.com/p/sympy/issues/detail?id=1432 Now in master: In [1]: a = S("-x1 + F1/(Gc + k) + Gc*x1/(Gc + k) + Gc*xd/(Gc +