Lawrence J. Thaden
Registered: Jan 2004
Posts: 350 |
Emulating Discrete Systems
On page 1129 of the NKS book there is a discussion of the difficulty in emulating discrete systems with continuous systems.
Here is an example of a cellular automaton that uses the cosine function to emulate randomness similar to that in elementary rule 30.
The rule is: Cos[Apply[Plus, Flatten[ {neighborhood} ]]], where neighborhood is the cell and its left and right neighbors.
Initial conditions are the reals: Flatten[ { Table[ 0., {255} ], {1.}, Table[ 0., {255}]}].
Both elementary rule 30 and this cosine function are shown in the attached graphic.
Lawrence J. Thaden has attached this image:
__________________
L. J. Thaden
Report this post to a moderator | IP: Logged
|