Guide pratique 4 étapes, exécutées dans l'ordre dans une même session. Chaque étape a été exécutée sur le moteur et la sortie ci-dessous est ce qu'elle a produit.
Manipulate[Plot[Sin[n x], {x, 0, 4 Pi}], {n, 1, 10}]Manipulate[Plot[Sin[n*x], {x, 0, 4*Pi}], {n, 1, 10}]Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}]-Graphics3D-Manipulate[Plot[Sin[n x] + Sin[m x], {x, 0, 4 Pi}, PlotRange -> 2], {n, 1, 10}, {m, 1, 10}]Manipulate[Plot[Sin[n*x] + Sin[m*x], {x, 0, 4*Pi}, PlotRange -> 2], {n, 1, 10}, {m, 1, 10}]Manipulate[Plot[Sin[n x] + Sin[m x], {x, 0, 4 Pi}, PlotRange -> 2], "X1" -> {n, 1, 10}, "X2" -> {m, 1, 10}]Manipulate[Plot[Sin[n*x] + Sin[m*x], {x, 0, 4*Pi}, PlotRange -> 2], X1 -> {n, 1, 10}, X2 -> {m, 1, 10}]Toutes les recettes · Référence des fonctions · Utiliser ceci depuis un client MCP