Question: Using implicitplot3d

Hi, When I write the following commands.. I get only one surface in R3.. is not possible to add one option to have more surface levels (automatically)? implicitplot3d(x*y*z, x=0..10,y=0..10,z=0..10); implicitplot3d((10-x)*(10-y)*(10-z)^2,x=0..10,y=0..10,z=0..10); In fact, in contourplot we have one option contours=10 which allow us to draw the 10 contour levels.. Is not possible to do something similar with implicitplot3d?. Thanks in advance for your comments. JJ
Please Wait...