Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2009-04-15 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1380 by zonyzhao: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 very simple equation, should give answer 2, however, gives a error In [9]: solve(2*x/(x+2)-1,x) -

Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2009-04-17 Thread codesite-noreply
Updates: Status: Accepted Labels: Solvers Comment #1 on issue 1380 by Vinzent.Steinberg: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 This is probably related to issue 1338. -- You received this message because you are listed in the own

Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2009-05-08 Thread codesite-noreply
Comment #2 on issue 1380 by smichr: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 OK with 1398 modification of solver >>> solve(2*x/(x+2)-1,x) Got strategy 1 >>> 1 Got strategy 0 >>> 0 [2] -- You received this message because you are listed in the owner

Re: Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2010-11-14 Thread sympy
Comment #3 on issue 1380 by smichr: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 Mods of issue 1694 give solve(2*x/(x+2)-1,x) [2] -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group

Re: Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2010-11-14 Thread sympy
Updates: Status: Started Owner: smichr Comment #4 on issue 1380 by Vinzent.Steinberg: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 1380 in sympy: solve(2*x/(x+2)-1,x) gives error

2011-09-02 Thread sympy
Updates: Status: Fixed Comment #5 on issue 1380 by smi...@gmail.com: solve(2*x/(x+2)-1,x) gives error http://code.google.com/p/sympy/issues/detail?id=1380 this gives [2] in master -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To p