Noted a + b
| a | b | R |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
Noted a.b or ab
| a | b | R |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Invert of a boolean specify with a dash above the variable: ā
| a | ā |
|---|---|
| 0 | 1 |
| 1 | 0 |
Element that does not influence the result.
0 because a + 0 = a1 because a * 1 = aElement that make an operation equal to itself.
1 because a + 1 = 10 because a * 0 = 0a + ā = 1a.ā = 0a + a = aa.a = aa + b = b + a a.b = b.a
(a + b) + c = a + (b + c) (ab)c = a(bc)
a(b + c) = ab + ac ab + ac = a(b + c)
_____
a + b = ā.b̄
___
a.b = ā + b̄
Faire le tableau de toutes les possibilités
groupement de 8, 4 ou 2 en verticale ou horizontale (toujours prendres le plus grand possible) On regarde les changement d’état d’une variable qui élimine la varibale.
ex: ab + ab̄ + āb | | b | b̄ | | a | x | x | | ā | x | |
Ligne 1 = a Colonne 1 = b resultat = a + b
Un groupement de 4 = 1 Un groupement de 8 = 1
On met deux croix dans la ligne a car a(b + b̄) = 1
| b | b̄ | |
| a | x | x |
| ā | x |
marchent a cote et sur les extremités
repose sur ce principe: ab + ab = ab donc: ab = ab + ab
ab + ab̄