You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cette commande fonctionne à l'identique dans la fenêtre Calcul formel
26
+
Cette commande fonctionne à l'identique dans la fenêtre Calcul formel. (Pour moi, la seconde syntaxe est aussi acceptée, même si elle n'est pas proposée dans _Aide Saisie_.
27
27
28
28
Avec la possibilité de travailler en littéral.
29
29
@@ -32,8 +32,8 @@ Si ces nombres ne sont pas définis, vous obtenez une formule littérale.
32
32
[EXAMPLE]
33
33
====
34
34
35
-
`++VarianceEchantillon({x, y, z})++` donne stem:[\frac{1}\{3} x² - \frac{1}\{3}x y - \frac{1}\{3}x z +
36
-
\frac{1}\{3}y² - \frac{1}\{3}y z + \frac{1}\{3}z²], avec l'outil ou la commande Factoriser
37
-
`++Factoriser(VarianceEchantillon({x, y, z}))++` donnestem:[\frac{x² - x y - x z + y² - y z + z²}\{3}].
35
+
`++VarianceEchantillon({x, y, z})++` retourne stem:[\frac{1}{3} x² - \frac{1}{3}x y - \frac{1}{3}x z + \frac{1}{3}y² - \frac{1}{3}y z + \frac{1}{3}z²],
36
+
37
+
avec l'outil ou la commande Factoriser `++Factoriser(VarianceEchantillon({x, y, z}))++` retourne stem:[\frac{1}{3} \; \left(x^{2} + y^{2} + z^{2} - x \; y - x \; z - y \; z \right)].
0 commit comments