18 lines
224 B
Markdown
18 lines
224 B
Markdown
![]() |
---
|
||
|
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
|