diff --git a/representation_base/chapitre_4/README.md b/representation_base/chapitre_4/README.md index 5c93055..36fc0da 100644 --- a/representation_base/chapitre_4/README.md +++ b/representation_base/chapitre_4/README.md @@ -83,7 +83,7 @@ On associe à une variable binaire quelconque $`a`$ son complément, noté $`\ov ```math \begin{aligned} -S = 1 \text{ ssi } a = 0 +S = 1 \text{ si } a = 0 \end{aligned} ``` @@ -100,7 +100,7 @@ L'état 1 est obtenu lors de l’action simultanée sur les 2 variables $`a`$ et ```math \begin{aligned} -S & = 1 \text{ ssi } a = 1 \text{ et } b = 1 \\ +S & = 1 \text{ si } a = 1 \text{ et } b = 1 \\ & = a \land b \end{aligned} ```