From 1cd7173ba1d28393523d0225700b9f52b4ed956a Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 13 Nov 2020 00:05:52 +0100 Subject: [PATCH] chore: add circuit 2 truth table --- ZM_10.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ZM_10.tex b/ZM_10.tex index 8a0ca29..e38972f 100644 --- a/ZM_10.tex +++ b/ZM_10.tex @@ -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}}\]\\