First time here? Check out the FAQ!
answered 2012-11-29 07:31:44 +0100
Also:
sage: var('x, y, z') (x, y, z) sage: maxima.eliminate([x^2 + y^2 == z, x == y],[x]) [2*y^2-z]