Skip to content

Commit 5ce3854

Browse files
committed
Add animation in tasks
1 parent 00e554f commit 5ce3854

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

02_BoolscheAlgebra.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ $$
387387

388388
+ Es gibt $2^{2^n}$ verschieden $n$-stellige Boolesche Funktionen (also 16 zweistellige, 256 dreistellige, 65536 vierstellige, ...)
389389

390-
390+
{{1}}
391391
> Stellen Sie eine Wahrheitstafel für folgende Schaltfunktion auf:
392392
393+
{{1}}
393394
$$
394395
\begin{aligned}
395396
f(x_1, x_2, x_3) &= \overline{x}_1\cdot \overline{x}_2 \cdot \overline{x}_3 + \\
@@ -400,10 +401,11 @@ $$
400401
\end{aligned}
401402
$$
402403

404+
{{1}}
403405
+ Wie groß muss die Wahrheitstafel sein?
404406
+ Wie stellen Sie sicher, dass alle Einträge enthalten sind?
405407

406-
{{1}}
408+
{{2}}
407409
| $x_1$ | $x_2$ | $x_3$ | f | Term |
408410
| ----- | ----- | ----- | --- | --------------------------------------------------------- |
409411
| 0 | 0 | 0 | 1 | $\overline{x}_1\cdot \overline{x}_2 \cdot \overline{x}_3$ |
@@ -415,6 +417,7 @@ $$
415417
| 1 | 1 | 0 | 1 | $x_1\cdot x_2 \cdot \overline{x}_3$ |
416418
| 1 | 1 | 1 | 0 | |
417419

420+
{{3}}
418421
> Und die Schaltfunktionen?
419422
420423
### Schaltfunktionen mit einem Eingang

0 commit comments

Comments
 (0)