Skip to content

Commit 046e4ef

Browse files
committed
Fixed typos in L2
1 parent dd050b3 commit 046e4ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

02_BoolscheAlgebra.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ $B \{0,1\}$ (Zuständen) mit zwei Verknüpfungen auf $B$ für deren Element $a\i
270270

271271
| Axiom | Definition |
272272
| --------------------------------- | ---------- |
273-
| Kommuntativität | $\begin{aligned} a + b &= b + a \\ a \cdot b &= b \cdot a\end{aligned}$ |
274-
| Distributivität | $\begin{aligned} a \cdot (b + c) &= (a \cdot b) + (a \cdot c) \\ a + (b \cdot c) &= (a + b) \cdot (a+c)) \end{aligned}$ |
273+
| Kommutativität | $\begin{aligned} a + b &= b + a \\ a \cdot b &= b \cdot a\end{aligned}$ |
274+
| Distributivität | $\begin{aligned} a \cdot (b + c) &= (a \cdot b) + (a \cdot c) \\ a + (b \cdot c) &= (a + b) \cdot (a+c) \end{aligned}$ |
275275
| Existenz eines neutralen Elements | $\begin{aligned} 0 + a &= a \\ 1\cdot a &= a\end{aligned}$ |
276276
| Exisitenz von Komplementen | $\begin{aligned} a + \overline{a} &= 1 \\ a \cdot \overline{a} &= 0 \end{aligned}$ |
277277

@@ -321,7 +321,7 @@ $$
321321
f(x_1, x_2, x_3) &= x_1 \cdot x_2 \cdot \overline{x_3} + x_1 \cdot x_2 \cdot x_3 + x_1 \cdot \overline{x_2} \cdot x_3 \\
322322
&= x_1 \cdot x_2 \cdot \overline{x_3} +\textcolor{red}{x_1 \cdot x_2 \cdot x_3} + x_1 \cdot x_2 \cdot x_3 + x_1 \cdot \overline{x_2} \cdot x_3 & (Idempotenzgesetz) \\
323323
&= \textcolor{red}{x_1 \cdot x_2 \cdot ( \overline{x_3} + x_3)} + x_1 \cdot x_2 \cdot x_3 + x_1 \cdot \overline{x_2} \cdot x_3 & (Distributivgesetz) \\
324-
&= x_1 \cdot x_2 \cdot ( \overline{x_3} + x_3) + \textcolor{red}{x_1 \cdot x_3 \cdot x_2 + x_1 \cdot x_3 \cdot \overline{x_2}} & (Kommuativgesetz) \\
324+
&= x_1 \cdot x_2 \cdot ( \overline{x_3} + x_3) + \textcolor{red}{x_1 \cdot x_3 \cdot x_2 + x_1 \cdot x_3 \cdot \overline{x_2}} & (Kommutativgesetz) \\
325325
&= x_1 \cdot x_2 \cdot ( \overline{x_3} + x_3) + \textcolor{red}{x_1 \cdot x_3 \cdot (x_2 + \overline{x_2})} & (Distributivgesetz) \\
326326
&= x_1 \cdot x_2 \cdot \textcolor{red}{(1)} + x_1 \cdot x_3 \cdot \textcolor{red}{(1)} & (Komplementäres Element) \\
327327
&= x_1 \cdot x_2 \cdot \textcolor{red}{(1)} + x_1 \cdot x_3 \cdot \textcolor{red}{(1)} & (Neutrales Element) \\
@@ -510,7 +510,7 @@ Wir gehen bei der Frage der Schaltnetze in Vorlesung 04 nochmals auf die technis
510510

511511
+ Wie groß ist die maximale Verzögerung, mit der der Ausgang dem Eingang nachfolgt?
512512
+ Was bedeuten die Kreuze in der Wahrheitstafel (_Function table_)?
513-
+ Können Sie mit dem Gater auch eine Negation des Eingangssignals realisieren?
513+
+ Können Sie mit dem Gatter auch eine Negation des Eingangssignals realisieren?
514514

515515
3. Entwerfen Sie unter ausschließlicher Verwendung der Gatter UND, ODER und NICHT Schaltnetze, die die Ausgaben $P$ und $Q$ aus den Eingängen $X$, $Y$ und $Z$ generieren. Dabei ist
516516

0 commit comments

Comments
 (0)