Previous Up Next

19.6.2  3D implicit surface

Examples

plotimplicit(x^2+y^2+z^2-1,x,y,z,xstep=0.2,ystep=0.1,zstep=0.3)

or:

plotimplicit(x^2+y^2+z^2-1,x,y,z,xstep=0.2,ystep=0.1,zstep=0.3,unfactored)
plotimplicit(x^2+y^2+z^2-1,x=-1..1,y=-1..1,z=-1..1)

Previous Up Next