From bd2980f2c295179c43c7ba033559aaa3b8b0fa6a Mon Sep 17 00:00:00 2001 From: Sebastian Zug Date: Tue, 7 Nov 2023 15:43:51 +0100 Subject: [PATCH] Correct truth table and missing animation line --- 04_Schaltnetze.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/04_Schaltnetze.md b/04_Schaltnetze.md index b5433f6..0b7840d 100755 --- a/04_Schaltnetze.md +++ b/04_Schaltnetze.md @@ -217,6 +217,13 @@ y =& \overline{x_3} x_2 x_1 \overline{x_0} + \overline{x_3} x_2 x_1 & x_3 x_2 \overline{x_1 }\,\overline{x_0} + x_3 x_2 \overline{x_1} x_0 + \\ & \textcolor{red}{ x_3 \overline{x_2} x_1 \overline{x_0}} + x_3 x_2 x_1 \overline{x_0} \end{aligned} +$$ + +Damit ergibt sich die oben genannten Gleichung in der ersten Vereinfachungsstufe zu + +******************************************************************************** + + {{2-3}} $$ \begin{aligned} @@ -224,6 +231,8 @@ y =& \overline{x}_3 x_2 x_1 + x_3 \overline{x}_2\, \overline{x}_1 + x_3 \overli \end{aligned} $$ + + {{3-5}} ******************************************************************************** @@ -725,9 +734,9 @@ Beispiel: | 0 | 0 | 1 | 0 | | 0 | 1 | 0 | 0 | | 0 | 1 | 1 | 1 | -| 1 | 1 | 0 | 1 | -| 1 | 0 | 1 | 0 | +| 1 | 0 | 0 | 1 | | 1 | 0 | 1 | 0 | +| 1 | 1 | 0 | 0 | | 1 | 1 | 1 | 0 |