Autosave: 2022-12-16 08:00:04
This commit is contained in:
parent
a20db95e60
commit
65f1f3fc6d
1 changed files with 17 additions and 0 deletions
17
Logic/Boolean_functions.md
Normal file
17
Logic/Boolean_functions.md
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue