Qurak

Plot functions of two variables

How-to 5 stappen, op volgorde uitgevoerd in één sessie. Elke stap is tegen de engine uitgevoerd en de uitvoer hieronder is wat hij opleverde.

Stap 1
Plot3D[Sin[x] Sin[y] ^ 2, {x, 0, Pi}, {y, 0, Pi}]
Uitvoer
-Graphics3D-
Stap 2
Plot3D[{Sin[x] Sin[y] ^ 2, 2 - Sin[x] Sin[y] ^ 2}, {x, 0, Pi}, {y, 0, Pi}]
Uitvoer
-Graphics3D-
Stap 3
ParametricPlot3D[{r Cos[t], r Sin[t], Log[r ^ (1 / 2)]}, {r, 0.1, 1}, {t, 0, 2Pi}]
Uitvoer
-Graphics3D-
Stap 4
SphericalPlot3D[1, {t, 0, Pi}, {p, 0, 2Pi}]
Uitvoer
-Graphics3D-
Stap 5
ContourPlot3D[x ^ 2 + y ^ 2 - z ^ 2 == 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
Uitvoer
-Graphics3D-

Gebruikte functies

Gerelateerde recepten

Alle recepten · Functiereferentie · Gebruik dit vanuit een MCP-client