Reed-Muller codes

CaC


Boolean logic can also be expressed as calculations mod 2

Or mod 2

BooleanMod 2
$x \land y$$xy$
$x \lor y$$x+y+xy$
$\lnot x$$x+1$
$x\oplus y$$x+y$