Rudolf Adamkovič Personal site


Explore

Construct the truth table for the statement

\[\begin{equation*}
  \lnot (P \land Q).
\end{equation*}
\]
<<scheme/org-truth-table>>
(org-truth-table (lambda (p q) (not (and p q)))
                 '("P" "Q" "\\lnot (P \\land Q)"))
\(P\)\(Q\)\(\lnot (P \land Q)\)
falsefalsetrue
falsetruetrue
truefalsetrue
truetruefalse

© 2024 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and the secret alien technologies of yesteryear.