Qurak

ContourPlot3D

Verfügbar

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-

Verwendet in

Themen

Verwandt

Alle 6300 Funktionen · Dies aus einem MCP-Client verwenden