| 1 | initial version |
The ranges are set as in the following example:
var('x,y,z')
implicit_plot3d(x^3+y^2-3*z==0,(x,-2,2),(y,-2,2),(z,-3,3))
You can find more details at: http://www.sagemath.org/doc/reference/sage/plot/plot3d/implicit_plot3d.html
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.