WOLFRAM|DEMONSTRATIONS PROJECT

Plots of Compositions of Bitwise Operations

​
f
BitAnd
BitOr
BitXor
g
BitAnd
BitOr
BitXor
a
3
b
5
c
0
range
100
Plots generated by composing bitwise operations
f[g[an,bn],cn]
, where
f
and
g
can be BitAnd, BitOr, or BitXor and
a
,
b
, and
c
are integers from 0 to 100.
Any cellular automaton can be reproduced with some appropriate combination of arithmetic and bitwise operations. In some cases these are related to additive cellular automata, while others can be computed with less effort by finding simpler equivalent expressions.