Is this enough for you?
sage: var('x,y,z')
(x, y, z)
sage: solve([sqrt(x)-2,y-2*x,x-z**2],[x,y,z])
[[x == 4, y == 8, z == -2], [x == 4, y == 8, z == 2]](you can then filter the solutions) -- 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/sage-support URL: http://www.sagemath.org
