Quy trình 10 bước, chạy theo thứ tự trong một phiên. Từng bước đều được thực thi trên bộ máy và đầu ra bên dưới là những gì nó tạo ra.
eq = x ^ 2x^2Plot[eq, {x, -2, 2}]-Graphics-eq2 = -x ^ 2-x^2eq = x ^ 4 + y ^ 4 - 5 x ^ 2 * y ^ 2x^4 - 5*x^2*y^2 + y^4Plot3D[eq, {x, -3, 3}, {y, -3, 3}]-Graphics3D-eq2 = -100 - x ^ 4 - y ^ 4 + 5 x ^ 2 * y ^ 2-100 - x^4 + 5*x^2*y^2 - y^4Graphics[Disk[]]-Graphics-Row[Table[
Graphics[{Opacity[n], Disk[]}, ImageSize -> Scaled[.1]],
{n, 0.1, 1, 0.3}]]-Graphics--Graphics--Graphics--Graphics-Row[Table[
Graphics[{Red, Opacity[n], Disk[]}, ImageSize -> Scaled[.1]],
{n, 0.1, 1, 0.3}]]-Graphics--Graphics--Graphics--Graphics-Manipulate[RegionPlot[
{x - y ≥ t, x + y ≥ s}, {x, -3 Pi, 3 Pi}, {y, -3 Pi, 3 Pi},
PlotPoints -> 30,
PlotStyle -> {Directive[Red], Directive[Blue, Opacity[0.5]]}
],
Style["Solving the system of inequalities: x-y ≥ t and x +y ≥ s", Bold, 12],
{{s, 0}, -20, 20}, {{t, 0}, -20, 20}
]Manipulate[RegionPlot[{x - y >= t, x + y >= s}, {x, -3*Pi, 3*Pi}, {y, -3*Pi, 3*Pi}, PlotPoints -> 30, PlotStyle -> {Directive[Red], Directive[Blue, Opacity[0.5]]}], Solving the system of inequalities: x-y ≥ t and x +y ≥ s, {{s, 0}, -20, 20}, {{t, 0}, -20, 20}]Tất cả công thức · Tài liệu tham chiếu hàm · Dùng cái này từ một client MCP