Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-06-14 Thread sympy
Updates: Status: Fixed Comment #12 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-05-22 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #10 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 ok, eq in comment 9 works with or without force -- You received this message

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-05-22 Thread sympy
Comment #11 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 correction to comment 10 - solves with force=True And the OP expressions behave as follows: dsolve(2*x*f(x) + (x**2 +

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-05-21 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #9 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 This expression does not solve with PR 1964: eq = z - log(x) + log(y/(x*(-1 +

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-04-28 Thread sympy
Updates: Labels: NeedsReview smichr Comment #8 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 (No comment was entered for this change.) -- You received this message because this

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-04-25 Thread sympy
Comment #7 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 The expression in comment #6 is solved in https://github.com/sympy/sympy/pull/1964 -- You received this message because this

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-01-05 Thread sympy
Comment #6 on issue 3149 by nicolas@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 A much simpler failing example : In [1]: solve(log(x+1)-log(2*x-1))

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2012-05-30 Thread sympy
Updates: Summary: solve() could attempt logcombine when looking for solutions Comment #5 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 eq log(f(x)/C1) + log(3*x**2/f(x)**2 + 1)/3