From 8b84c011ad8de76cabc8b7997afeb08116015c5b Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Fri, 20 Oct 2023 13:21:33 +0200 Subject: [PATCH] =?UTF-8?q?edit=20tableau=20verit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- representation_base/chapitre_4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ```