android
android copied to clipboard
implicit_plot3d returns nothing
x,y,z = var('x,y,z') implicit_plot3d(x^2+y^2+z^2-1,(x,-2,2),(y,-2,2),(z,-2,2))
shows nothing