Ask Your Question

Revision history [back]

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')

image description