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 recent call last):
   File "<interactive input>", line 1, in <module>
   File "C:\Python26\lib\site-packages\sympy\solvers\solvers.py", line 266,  
in solve
     result = tsolve(f, *symbols)
   File "C:\Python26\lib\site-packages\sympy\solvers\solvers.py", line 812,  
in tsolve
     raise NotImplementedError("Unable to solve the equation")
NotImplementedError: Unable to solve the equation

/c

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to