fixed table
This commit is contained in:
parent
447a989ef1
commit
f754d784f6
Binary file not shown.
@ -86,12 +86,12 @@ Seien p und q Aussagen, dass sind folgende Sätze auch Aussagen
|
|||||||
|
|
||||||
\paragraph{Wahrheitswerteverlauf}
|
\paragraph{Wahrheitswerteverlauf}
|
||||||
\begin{tabular}{ l | c | c | c | c | c | c }
|
\begin{tabular}{ l | c | c | c | c | c | c }
|
||||||
p & q & $p\wedge q$ & $p\vee q$ & $\neg q$ & $p\rightarrow q$ & $p\leftrightarrow q$
|
p & q & $p\wedge q$ & $p\vee q$ & $\neg q$ & $p\rightarrow q$ & $p\leftrightarrow q$\\
|
||||||
\hline
|
\hline
|
||||||
f & f & f & f & w & w & w
|
f & f & f & f & w & w & w\\
|
||||||
f & w & f & w & w & w & f
|
f & w & f & w & w & w & f\\
|
||||||
w & f & f & w & f & f & f
|
w & f & f & w & f & f & f\\
|
||||||
w & w & w & w & f & w & w
|
w & w & w & w & f & w & w\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
|
Loading…
Reference in New Issue
Block a user