Qurak

ContourPlot3D

Available

Placeholder 3D contour plot returning a Graphics3D shell

ContourPlot3D[f, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
ContourPlot3D[f == g, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
ContourPlot3D[…, {x, y, z}∈ reg]
ContourPlot3D[x ^ 3 + y ^ 2 - z ^ 2, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}] → -Graphics3D-ContourPlot3D[x ^ 3 + y ^ 2 - z ^ 2 == 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}] → -Graphics3D-ContourPlot3D[Sqrt[x y z], {x, -1, 1}, {y, -1, 1}, {z, -1, 1}] → -Graphics3D-

Used in

Topics

Related

All 6300 functions · Use this from an MCP client