Skip to content

Commit 268b72d

Browse files
authored
L04 correction
1 parent 77303c8 commit 268b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_Schaltnetze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Wie muss also die Schaltung für diese Aufgabe umgesetzt werden?
170170
| 0 | 1 | 1 | 1 | 1 | $\overline{x_3} \cdot x_2 \cdot x_1 \cdot x_0$ | |
171171
| 1 | 0 | 0 | 0 | 1 | $x_3 \cdot \overline{x_2} \cdot \overline{x_1} \cdot \overline{x_0}$ | |
172172
| 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$ | |
173+
| 1 | 0 | 1 | 0 | 1 | $x_3 \cdot \overline{x_2} \cdot x_1 \cdot \overline{x_0}$ | |
174174
| 1 | 0 | 1 | 1 | 1 | $x_3 \cdot \overline{x_2} \cdot x_1 \cdot x_0$ | |
175175
| 1 | 1 | 0 | 0 | 1 | $x_3 \cdot x_2 \cdot \overline{x_1} \cdot \overline{x_0}$ | |
176176
| 1 | 1 | 0 | 1 | 1 | $x_3 \cdot x_2 \cdot \overline{x_1} \cdot x_0$ | |

0 commit comments

Comments
 (0)