edit tableau verité

This commit is contained in:
2023-10-20 13:21:33 +02:00
parent 3f7b619509
commit 62bd80717c

View File

@@ -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 laction 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}
```