chore: add circuit 2 truth table
This commit is contained in:
parent
1e14f7dfa1
commit
1cd7173ba1
28
ZM_10.tex
28
ZM_10.tex
@ -139,6 +139,34 @@ Výstup bude nabývat těchto hodnot:
|
|||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Pravdivostní tabulka pro Obvod 1}
|
\caption{Pravdivostní tabulka pro Obvod 1}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[!hbt]
|
||||||
|
\centering
|
||||||
|
\begin{tabular}{||c|c|c|c||c||}
|
||||||
|
\hline
|
||||||
|
\[ \textbf{A_0} \] } & \[ \textbf{A_1} \] & \[ \textbf{C_0} \] & \[ \textbf{C_1} \] & \[ \textbf{Y} \] \\
|
||||||
|
\hline\hline
|
||||||
|
0 & 0 & 0 & 0 & \[ \textbf{0} \] \\
|
||||||
|
0 & 0 & 0 & 1 & \[ \textbf{1} \] \\
|
||||||
|
0 & 0 & 1 & 0 & \[ \textbf{0} \] \\
|
||||||
|
0 & 0 & 1 & 1 & \[ \textbf{1} \] \\
|
||||||
|
0 & 1 & 0 & 0 & \[ \textbf{0} \] \\
|
||||||
|
0 & 1 & 0 & 1 & \[ \textbf{1} \] \\
|
||||||
|
0 & 1 & 1 & 0 & \[ \textbf{0} \] \\
|
||||||
|
0 & 1 & 1 & 1 & \[ \textbf{0} \] \\
|
||||||
|
1 & 0 & 0 & 0 & \[ \textbf{0} \] \\
|
||||||
|
1 & 0 & 0 & 1 & \[ \textbf{1} \] \\
|
||||||
|
1 & 0 & 1 & 0 & \[ \textbf{0} \] \\
|
||||||
|
1 & 0 & 1 & 1 & \[ \textbf{1} \] \\
|
||||||
|
1 & 1 & 0 & 0 & \[ \textbf{0} \] \\
|
||||||
|
1 & 1 & 0 & 1 & \[ \textbf{1} \] \\
|
||||||
|
1 & 1 & 1 & 0 & \[ \textbf{0} \] \\
|
||||||
|
1 & 1 & 1 & 1 & \[ \textbf{0} \] \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Pravdivostní tabulka pro Obvod 2}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
\subsection{Rovnice}
|
\subsection{Rovnice}
|
||||||
\[Y=\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0C_1A_0\]\\
|
\[Y=\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0C_1A_0\]\\
|
||||||
\[Y=\overline{\overline{\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0\overline{C_1}A_0}}\]\\
|
\[Y=\overline{\overline{\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0\overline{C_1}A_0}}\]\\
|
||||||
|
Loading…
Reference in New Issue
Block a user