chore: add circuit 2 truth table

This commit is contained in:
surtur 2020-11-13 00:05:52 +01:00
parent 1e14f7dfa1
commit 1cd7173ba1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -139,6 +139,34 @@ Výstup bude nabývat těchto hodnot:
\end{tabular}
\caption{Pravdivostní tabulka pro Obvod 1}
\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}
\[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}}\]\\