added sections

This commit is contained in:
2026-06-29 03:28:27 +09:00
parent 9013d4de59
commit 49918eaab9
33 changed files with 599 additions and 21 deletions
+8 -4
View File
@@ -42,9 +42,11 @@
\subcaption{Logical And ($x = a \cdot b$)}
\begin{tabular}{ccc}
\hline
a \textbackslash \ b & 0 & 1 \\ \hline
a & b & x \\ \hline
0 & 0 & 0 \\
1 & 0 & 1 \\
1 & 0 & 0 \\
0 & 1 & 0 \\
1 & 1 & 1 \\
\hline
\end{tabular}
\end{minipage}
@@ -53,8 +55,10 @@
\subcaption{Logical Or ($x = a + b$)}
\begin{tabular}{ccc}
\hline
a \textbackslash \ b & 0 & 1 \\ \hline
0 & 0 & 1 \\
a & b & x \\ \hline
0 & 0 & 0 \\
1 & 0 & 1 \\
0 & 1 & 1 \\
1 & 1 & 1 \\
\hline
\end{tabular}