Small fixes
This commit is contained in:
parent
e86fdd60c4
commit
b6c78dd93f
3 changed files with 2 additions and 2 deletions
|
@ -359,7 +359,7 @@ Aber wie sieht das Schaltnetz (und die boolesche Formel) für die Berechnung von
|
||||||
c_{in_2} = c_{out_1} & = (a_1\wedge b_1)\vee(\textcolor{Blue}{c_{in_1}} \wedge (a_1\overline{b}_1\vee\overline{a}_1b_1)) & \textit{\acs{VA}} \\
|
c_{in_2} = c_{out_1} & = (a_1\wedge b_1)\vee(\textcolor{Blue}{c_{in_1}} \wedge (a_1\overline{b}_1\vee\overline{a}_1b_1)) & \textit{\acs{VA}} \\
|
||||||
& =(a_1\wedge b_1)\vee(\textcolor{Blue}{a_0\wedge b_0} \wedge(a_1\overline{b}_1\vee\overline{a}_1b_1)) & \textit{Einsetzen} \\
|
& =(a_1\wedge b_1)\vee(\textcolor{Blue}{a_0\wedge b_0} \wedge(a_1\overline{b}_1\vee\overline{a}_1b_1)) & \textit{Einsetzen} \\
|
||||||
c_{in_3} = c_{out_2} & = (a_2\wedge b_2)\vee(\textcolor{OliveGreen}{c_{in_2}} \wedge(a_2\overline{b}_2\vee\overline{a}_2b_2)) & \textit{\acs{VA}} \\
|
c_{in_3} = c_{out_2} & = (a_2\wedge b_2)\vee(\textcolor{OliveGreen}{c_{in_2}} \wedge(a_2\overline{b}_2\vee\overline{a}_2b_2)) & \textit{\acs{VA}} \\
|
||||||
& = (a_2\wedge b_2)\vee \textcolor{OliveGreen}{((a_0\wedge b_1)\vee(a_0\wedge b_0\wedge(a_1\overline{b}_1\vee\overline{a}_1b_1))} \wedge & \textit{Einsetzen} \\
|
& = (a_2\wedge b_2)\vee \textcolor{OliveGreen}{((a_1\wedge b_1)\vee(a_0\wedge b_0\wedge(a_1\overline{b}_1\vee\overline{a}_1b_1))} \wedge & \textit{Einsetzen} \\
|
||||||
& \hspace{4mm} (a_2\overline{b}_2\vee\overline{a}_2b_2)) \cdots & \\
|
& \hspace{4mm} (a_2\overline{b}_2\vee\overline{a}_2b_2)) \cdots & \\
|
||||||
\cdots & &
|
\cdots & &
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
\newcommand{\Was}{Eigenes Skript}
|
\newcommand{\Was}{Eigenes Skript}
|
||||||
\newcommand{\ArtikelWas}{das eigene Skript} % dies ist...
|
\newcommand{\ArtikelWas}{das eigene Skript} % dies ist...
|
||||||
\newcommand{\Titel}{Technische Informatik 2 - Rechnerarchitektur}
|
\newcommand{\Titel}{Technische Informatik 2 \\-\\ Rechnerarchitektur}
|
||||||
\newcommand{\TitelOneLine}{Rechnerarchitektur}
|
\newcommand{\TitelOneLine}{Rechnerarchitektur}
|
||||||
\newcommand{\Dozent}{Prof. Dr. Jürgen Röthig}
|
\newcommand{\Dozent}{Prof. Dr. Jürgen Röthig}
|
||||||
\newcommand{\AnspracheDozent}{Herrn \Dozent{}} % bei...
|
\newcommand{\AnspracheDozent}{Herrn \Dozent{}} % bei...
|
||||||
|
|
Loading…
Reference in a new issue