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 sympy :P >>> solve(2**x-5*x, x) Traceback (most recent call last): File "<console>", line 1, in <module> File "/home/plaes/code/sympy/sympy/solvers/solvers.py", line 174, in solve assert poly is not None AssertionError -- 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 -~----------~----~----~----~------~----~------~--~---
