First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
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