| 1 | initial version |
You should add as a second argument to solve the variable(s) to solve for, which is x in your case:
sage: solve(x^2+3*x+2==0, x)
[x == -2, x == -1]
Type solve? for more details and examples.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.