Re: Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2011-09-02 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1367 by smi...@gmail.com: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 In master this now gives: solve(exp(x)/(8*(a + x)**2), x) [zoo] solve(1/log(a*x), x) [] solve(exp(x), x) [zoo] Since

Re: Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2011-09-02 Thread sympy
Comment #7 on issue 1367 by smi...@gmail.com: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 see http://code.google.com/p/sympy/issues/detail?id=1968 -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2010-11-14 Thread sympy
Comment #4 on issue 1367 by smichr: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 Mods of issue 1694 give: solve(exp(x)/(8*(a + x)**2), x) [-oo] solve(1/log(a*x), x) [] solve(exp(x), x) [-oo] -- You received this message because you are

Re: Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

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

Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2009-05-08 Thread codesite-noreply
Comment #3 on issue 1367 by smichr: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 1398 modification of solver leads to no solution if the non-zeroing exponent is removed. solve(1/(8*(a + x)**2), x) Got strategy 1 1 Got strategy 0 0 [] The 2nd

Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2009-03-30 Thread codesite-noreply
Status: Accepted Owner: Vinzent.Steinberg Labels: Type-Defect Priority-Medium Solvers New issue 1367 by Vinzent.Steinberg: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 solve(exp(x)/(8*(a + x)**2), x) Traceback (most recent call last): File

Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2009-03-30 Thread codesite-noreply
Comment #1 on issue 1367 by Vinzent.Steinberg: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 solve(1/log(a*x), x) Traceback (most recent call last): File stdin, line 1, in module File /home/one/src/sympy/git/sympy/solvers/solvers.py, line

Issue 1367 in sympy: solve(exp(x)/(8*(a + x)**2), x) fails

2009-03-30 Thread codesite-noreply
Comment #2 on issue 1367 by fredrik.johansson: solve(exp(x)/(8*(a + x)**2), x) fails http://code.google.com/p/sympy/issues/detail?id=1367 On the other hand, solve(exp(x), x) [-oo] It would be useful with an option to solve for whether to include solutions at infinity. -- You received