Skip to content

Commit 937c22d

Browse files
authored
Merge pull request #7 from GERZAC1002/patch-1
Update 02_BoolscheAlgebra.md
2 parents d957f1f + 40e217a commit 937c22d

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
@@ -318,10 +318,10 @@ Regeln zur Umformung Boolscher Gleichungen
318318

319319
$$
320320
\begin{aligned}
321-
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 _3 \\
322-
&= 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 _3 & (Idempotenzgesetz) \\
323-
&= \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 _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 _3 \cdot \overline{x_2}} & (Kommuativgesetz) \\
321+
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 \\
322+
&= 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) \\
323+
&= \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) \\
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) \\

0 commit comments

Comments
 (0)