操作指南 共 9 個步驟,在同一個工作階段中依序執行。每一步都在引擎上實際執行過,下方的輸出就是它產生的結果。
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-所有操作範例 · 函式參考 · 從 MCP 用戶端使用這個