From 65f1f3fc6dc66606cee75a3574f9f4e8bde34092 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 16 Dec 2022 08:00:04 +0000 Subject: [PATCH] Autosave: 2022-12-16 08:00:04 --- Logic/Boolean_functions.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Logic/Boolean_functions.md diff --git a/Logic/Boolean_functions.md b/Logic/Boolean_functions.md new file mode 100644 index 0000000..7cae04c --- /dev/null +++ b/Logic/Boolean_functions.md @@ -0,0 +1,17 @@ +--- +categories: + - Mathematics +tags: [logic] +--- + +# Boolean functions + +An example of a Boolean function: + +$$ +f(x,y,z) = (x \land y) \lor (\lnot(x) \land z ) +$$ + +Here is a work through where $f(1, 0, 1)$: + +// Insert diagram