Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-09-07 Thread codesite-noreply
Updates: Status: Fixed Owner: smichr Comment #7 on issue 1325 by plaes800: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 Smichr, could you please open separate bug for tsolve() problem? The original issue with solve() is solved no

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-05-08 Thread codesite-noreply
Comment #6 on issue 1325 by smichr: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 Also, attempting solve(exp(log(5)*x)-2**x, x) with the 1398 solver fails: >>> tsolve(exp(log(5)*x)-2**x, x) Got strategy 5 >>> 5 Got strategy 0 >>> 0 Traceback (most

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-05-08 Thread codesite-noreply
Comment #5 on issue 1325 by smichr: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 1398 modification of solver gives >>> solve(2**x-5*x, x) Got strategy 5 >>> 5 [-LambertW(-log(2)/5)/log(2)] The tsolve bugs remain. -- You received this message beca

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-04-10 Thread codesite-noreply
Updates: Labels: Solvers Comment #4 on issue 1325 by Vinzent.Steinberg: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-03-13 Thread codesite-noreply
Comment #3 on issue 1325 by fredrik.johansson: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 solve should handle everything. Also, when testing this, I mistyped * as ** and found the following bug: >>> tsolve(exp(log(5)*x)-2**x, x) [1/log(5)*log

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-03-12 Thread codesite-noreply
Comment #2 on issue 1325 by ondrej.certik: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 Yes, I absolutely agree. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-03-12 Thread codesite-noreply
Comment #1 on issue 1325 by rwnobrega: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 From solvers.py: """ This module contain solvers for all kinds of equations: - algebraic, use solve() - recurrence, use rsolve()

Issue 1325 in sympy: solve(2**x-5*x, x) gives assertionerror

2009-03-11 Thread codesite-noreply
Status: Accepted Owner: plaes800 Labels: Type-Defect Priority-Medium New issue 1325 by plaes800: solve(2**x-5*x, x) gives assertionerror http://code.google.com/p/sympy/issues/detail?id=1325 I was trying first example from http://en.wikipedia.org/wiki/Lambert_W_function#Examples and it broke sy