Lawrence J. Thaden
Registered: Jan 2004
Posts: 350 |
The rule addresses blocks of five cells. Each cell is restricted to five colors corresponding to integers 0 – 4. The left or right nearest neighbor block is randomly selected, and its cells are indexed by the cells of the block being updated. The result is then stored as the updated block.
For example:
Nearest neighboring block on left: {0, 1, 3, 3, 2}.
Nearest neighboring block on right: {1, 2, 4, 3, 0}.
Block before update: {4, 2, 0, 1, 3}.
Indexing when left neighbor is randomly selected: {0, 1, 3, 3, 2}[[{4, 2, 0, 1, 3}+1]].
Block after update: {2, 3, 0, 1, 3}.
Very soon after the initial conditions the blocks become all 0’s or 1’s or 2’s or 3’s or 4’s. And often pairs of adjacent blocks repeat over a region. For example a pair may be: {{0, 0 ,0, 0, 0}, {4, 4, 4, 4, 4}}, as in the example labeled “Simple Initials”. In this case the region appears checkered.
When the pairs of adjacent blocks do not differ, the colors of the regions appear solid.
In the special case, “Engineered Initials” I took the coefficients for permutation group S5 and randomized their order and then replaced the one just left of center with coefficients {4, 4, 4, 4, 4}.
Since indexing the coefficients of the permutation group S5 always gives another member of the permutation group, the {4, 4, 4, 4, 4}, which is not a member of S5, was required to get the rule to start turning the blocks into all 0’s or 1s or 2’s or 3’s or 4’s. It acted like a seed for the process. But it works out from where it is placed. So only slowly do all the bocks become homogenous. The two diagonal bands are due to this slowness. In this space only a single member of a pair of blocks seems to become homogenous.
I do not understand what is happening exactly. And especially intriguing is how the bands appear to have left chirality, even though selection of left or right neighbor is random.
Your NiceCaptionedRaster code clearly makes a difference, especially within the bands.
Thanks.
__________________
L. J. Thaden
Report this post to a moderator | IP: Logged
|