edit tableau verité
This commit is contained in:
@@ -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}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user