Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The function you want is contour_plot.

I tried this, and it worked:

var("y") contour_plot( y^2 - x^3 - x == 0, (x,-5,5), (y,-5,5), fill=False, axes=true )

The function you want is contour_plot.

I tried this, and it worked:

var("y") var("y")

contour_plot( y^2 - x^3 - x == 0, (x,-5,5), (y,-5,5), fill=False, axes=true )

The function you want are looking for is contour_plot.

I tried this, and it worked:

var("y")contour_plot. The following works:

var("y")
contour_plot( y^2 - x^3 - x == 0, (x,-5,5), (y,-5,5), fill=False, axes=true ) 

)