@@ -10,7 +10,7 @@ import: https://raw.githubusercontent.com/LiaTemplates/NetSwarm-Simulator/master
1010
1111-->
1212
13- # 02 - Boolsche Algebra
13+ # Boolsche Algebra
1414
1515** TU Bergakademie Freiberg - Wintersemester 2020 / 21**
1616
413413| 0 | 1 | 0 | 0 | |
414414| 0 | 1 | 1 | 0 | |
415415| 1 | 0 | 0 | 1 | $x_1\cdot \overline{x}_ 2 \cdot \overline{x}_ 3$ |
416- | 1 | 0 | 1 | 1 | $ x_1\cdot \overline{x}_ 2 \cdot x_3$ |
416+ | 1 | 0 | 1 | 1 | $x_1\cdot \overline{x}_ 2 \cdot x_3$ |
417417| 1 | 1 | 0 | 1 | $x_1\cdot x_2 \cdot \overline{x}_ 3$ |
418418| 1 | 1 | 1 | 0 | |
419419
@@ -463,17 +463,17 @@ negiertes ODER == NOR == Peirce-Funktion
463463| $x = 0$ | $y = 1$ | 0 | 0 | 0 | 0 |
464464| $x = 1$ | $y = 0$ | 0 | 0 | 1 | 1 |
465465| $x = 1$ | $y = 1$ | 0 | 1 | 0 | 1 |
466- | | | $f(x,y)=\overline{x+ y}$ | $f(x,y)= x\cdot y + \overline{x} \cdot \overline{y}$ | $f(x,y)=\overline{y} $ | $f(x,y)=x+\overline{y}$ |
466+ | | | $f(x,y)=\overline{x+ y}$ | $f(x,y)= x\cdot y + \overline{x} \cdot \overline{y}$ | $f(x,y)=\overline{y}$ | $f(x,y)=x+\overline{y}$ |
467467
468468negiertes UND == NAND == Sheffer-Funktion genannt
469469
470- | Eingang x | Eingang y | | Implikation | negiertes UND | Einsfunktion |
471- | --------- | --------- | --------------------- | -------------------------- | ------------------------------ | ------------ |
472- | $x = 0$ | $x = 0$ | 1 | 1 | 1 | 1 |
473- | $x = 0$ | $x = 1$ | 1 | 1 | 1 | 1 |
474- | $x = 1$ | $x = 0$ | 0 | 0 | 1 | 1 |
475- | $x = 1$ | $x = 1$ | 0 | 1 | 0 | 1 |
476- | | | $f(x,y)=\overline{x}$ | $f(x,y)= \overline{x} + y$ | $f(x,y)=\overline{x \cdot y} $ | $f(x,y)=1$ |
470+ | Eingang x | Eingang y | | Implikation | negiertes UND | Einsfunktion |
471+ | --------- | --------- | --------------------- | -------------------------- | ----------------------------- | ------------ |
472+ | $x = 0$ | $x = 0$ | 1 | 1 | 1 | 1 |
473+ | $x = 0$ | $x = 1$ | 1 | 1 | 1 | 1 |
474+ | $x = 1$ | $x = 0$ | 0 | 0 | 1 | 1 |
475+ | $x = 1$ | $x = 1$ | 0 | 1 | 0 | 1 |
476+ | | | $f(x,y)=\overline{x}$ | $f(x,y)= \overline{x} + y$ | $f(x,y)=\overline{x \cdot y}$ | $f(x,y)=1$ |
477477
478478### Exkurs: Technische Realisierung
479479
0 commit comments