Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 3266 by [email protected]: many problems in solve http://code.google.com/p/sympy/issues/detail?id=3266 tiger@debian:~$ python Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from sympy import * x=Symbol('x') solve(50*x**2-10452+1050*x, x)
[-21/2 - 31929**(1/2)/10, -21/2 + 31929**(1/2)/10] -- 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.
