|
(a) addition is interpreted as logical-or, and multiplication is interpreted as logical-and
(b) addition is interpreted as logical-and, and multiplication is interpreted as logical-or
(c) false is interpreted as 0, true is interpreted as 1, and then ordinary matrix multiplication is used
(d) addition is interpreted as logical-and, and multiplication is interpreted as logical-xor
|