Re: Issue 1596 in sympy: solve returns unnecessary 0 solution

2011-06-11 Thread sympy
Updates: Status: Fixed Comment #2 on issue 1596 by smi...@gmail.com: solve returns unnecessary 0 solution http://code.google.com/p/sympy/issues/detail?id=1596 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "symp

Re: Issue 1596 in sympy: solve returns unnecessary 0 solution

2010-11-14 Thread sympy
Comment #1 on issue 1596 by smichr: solve returns unnecessary 0 solution http://code.google.com/p/sympy/issues/detail?id=1596 Mods of issue 1694 give: solve((3 - 5*x/f(x))*f(x), f(x)) [5*x/3] -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Issue 1596 in sympy: solve returns unnecessary 0 solution

2009-08-11 Thread codesite-noreply
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Solvers New issue 1596 by asmeurer: solve returns unnecessary 0 solution http://code.google.com/p/sympy/issues/detail?id=1596 >>> print solve((3 - 5*x/f(x))*f(x), f(x)) [5*x/3, 0] It includes 0 as a solution, but 0 can be obta