Qurak

Plot functions of one variable

Veiledning 9 steg, kjørt i rekkefølge i én økt. Hvert steg ble kjørt mot motoren, og utdataene nedenfor er det de ga.

Steg 1
Plot[Sin[x], {x, 0, 2Pi}]
Utdata
-Graphics-
Steg 2
Plot[{x, Sin[x], Sqrt[x]}, {x, 0, 2Pi}]
Utdata
-Graphics-
Steg 3
LogPlot[E ^ x ^ 2, {x, 1, 5}]
Utdata
-Graphics-
Steg 4
LogLinearPlot[Tanh[x], {x, 1, 50}]
Utdata
-Graphics-
Steg 5
LogLogPlot[E ^ x ^ 2, {x, 1, 5}]
Utdata
-Graphics-
Steg 6
ParametricPlot[{2Sin[t], Cos[t]}, {t, 0, 2Pi}]
Utdata
-Graphics-
Steg 7
ParametricPlot3D[{5Cos[u], 5Sin[u], u + Sin[u]}, {u, -2Pi, 2Pi}]
Utdata
-Graphics3D-
Steg 8
PolarPlot[Cos[t] ^ 2, {t, 0, 2Pi}]
Utdata
-Graphics-
Steg 9
ContourPlot[x ^ 3 + x y ^ 2 + y == 0, {x, -1, 1}, {y, -10, 10}]
Utdata
-Graphics-

Funksjoner brukt

Relaterte oppskrifter

Alle oppskrifter · Funksjonsreferanse · Bruk dette fra en MCP-klient