We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77303c8 commit 268b72dCopy full SHA for 268b72d
1 file changed
04_Schaltnetze.md
@@ -170,7 +170,7 @@ Wie muss also die Schaltung für diese Aufgabe umgesetzt werden?
170
| 0 | 1 | 1 | 1 | 1 | $\overline{x_3} \cdot x_2 \cdot x_1 \cdot x_0$ | |
171
| 1 | 0 | 0 | 0 | 1 | $x_3 \cdot \overline{x_2} \cdot \overline{x_1} \cdot \overline{x_0}$ | |
172
| 1 | 0 | 0 | 1 | 1 | $x_3 \cdot \overline{x_2} \cdot \overline{x_1} \cdot x_0$ | |
173
-| 1 | 0 | 1 | 0 | 1 | $x_3 \cdot \overline{x_2} \cdot \overline{x_1} \cdot x_0$ | |
+| 1 | 0 | 1 | 0 | 1 | $x_3 \cdot \overline{x_2} \cdot x_1 \cdot \overline{x_0}$ | |
174
| 1 | 0 | 1 | 1 | 1 | $x_3 \cdot \overline{x_2} \cdot x_1 \cdot x_0$ | |
175
| 1 | 1 | 0 | 0 | 1 | $x_3 \cdot x_2 \cdot \overline{x_1} \cdot \overline{x_0}$ | |
176
| 1 | 1 | 0 | 1 | 1 | $x_3 \cdot x_2 \cdot \overline{x_1} \cdot x_0$ | |
0 commit comments