Skip to content
Snippets Groups Projects
Commit 9e0bc8d0 authored by Manuel Hachtkemper's avatar Manuel Hachtkemper
Browse files

Beispieltabelle hinzugefuegt

parent 6b53dc3b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -69,6 +69,19 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine
\end{center}
\end{figure}
\begin{figure}[!ht]
\begin{center}
\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c||c||c|c|}
\hline
P & Q & $\neg$ & ( P & $\vee$ & Q ) & $\vee$ & ( $\neg$ & P & $\wedge$ & Q ) & $\equiv$ & $\neg$ & P \\ \hline \hline
0 & 0 & 1 & 0 & 0 & 0 & $\mathbf{1}$ & 1 & 0 & 0 & 0 & & $\mathbf{1}$ & 0\\ \hline
0 & 1 & 0 & 0 & 1 & 1 & $\mathbf{1}$ & 1 & 0 & 1 & 1 & & $\mathbf{1}$ & 0\\ \hline
1 & 0 & 0 & 1 & 1 & 0 & $\mathbf{0}$ & 0 & 1 & 0 & 0 & & $\mathbf{0}$ & 1\\ \hline
1 & 1 & 0 & 1 & 1 & 1 & $\mathbf{0}$ & 0 & 1 & 0 & 1 & & $\mathbf{0}$ & 1\\ \hline
\end{tabular}
\caption{Wahrheitstabelle: $\neg$ ( P $\vee$ Q ) $\vee$ ( $\neg$ P $\wedge$ Q ) $\equiv$ $\neg$ P}
\end{center}
\end{figure}
\subsection{Zitate}
\cite{BarAhl08} sagen hier steht ein Text. \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment