First time here? Check out the FAQ!
answered 2011-11-13 13:36:43 +0100
var('x,y') implicit_plot(x^2 + y == 1, (x,-2,2),(y,-2,2)) + implicit_plot(x + 3*y==6, (x,-2,2),(y,-2,2),color='red')