Qurak

ContourPlot3D

可用

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-

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個