Qurak

Plot parametric functions

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
ParametricPlot[{2 Sin[t], Cos[t]}, {t, 0, 2 Pi}]
Uitvoer
-Graphics-
Stap 2
ParametricPlot[{{2 Sin[t], Cos[t]}, {Sin[t], 2Cos[t]}}, {t, 0, 2 Pi}]
Uitvoer
-Graphics-
Stap 3
ParametricPlot[{{2 Sin[t], Cos[t]}, {Sin[t], 2Cos[t]}, {Sin[t], Sin[t] Cos[t]}}, {t, 0, 2 Pi}]
Uitvoer
-Graphics-
Stap 4
ParametricPlot3D[{r Cos[t], r Sin[t], Log[r ^ (1 / 2)]}, {r, 0.1, 1}, {t, 0, 2Pi}]
Uitvoer
-Graphics3D-
Stap 5
ParametricPlot3D[{5 Cos[u], 5 Sin[u], u + Sin[u]}, {u, -2Pi, 2Pi}]
Uitvoer
-Graphics3D-

Gebruikte functies

Gerelateerde recepten

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