Anleitung 9 Schritte, der Reihe nach in einer Sitzung ausgeführt. Jeder Schritt wurde gegen die Engine ausgeführt, und die Ausgabe unten ist, was er erzeugte.
Plot[Sin[x], {x, 0, 2Pi}]-Graphics-Plot[{x, Sin[x], Sqrt[x]}, {x, 0, 2Pi}]-Graphics-LogPlot[E ^ x ^ 2, {x, 1, 5}]-Graphics-LogLinearPlot[Tanh[x], {x, 1, 50}]-Graphics-LogLogPlot[E ^ x ^ 2, {x, 1, 5}]-Graphics-ParametricPlot[{2Sin[t], Cos[t]}, {t, 0, 2Pi}]-Graphics-ParametricPlot3D[{5Cos[u], 5Sin[u], u + Sin[u]}, {u, -2Pi, 2Pi}]-Graphics3D-PolarPlot[Cos[t] ^ 2, {t, 0, 2Pi}]-Graphics-ContourPlot[x ^ 3 + x y ^ 2 + y == 0, {x, -1, 1}, {y, -10, 10}]-Graphics-Alle Rezepte · Funktionsreferenz · Dies aus einem MCP-Client verwenden