with(plots): plot3d(x^2-2*x*y-3*y^2, x=-2..2, y=-2..2, axes=normal); contourplot(x^2-2*x*y-3*y^2, x=-2..2, y=-2..2);