Amos Satterlee

The First Row and Grouping Results

Another significant early observation was that in single-seed, three neighbor elementary automata, the rules used on the first row of the pattern are the same for all 256 rulesets. This is not to say that the active/passive patterns are the same -- because they're not. Instead, it says the same underlying rules are called upon to determine which cells in the first row are to be active or passive. The figure below shows the seed row and the rules invoked in the first row:

           
    1 2 4    
           

Once I looked at the mechanics, it became obvious why this occurs:

Once past the first row, the mix of active and passive cells gnerates a variety of patterns.

The distinction between the process of using rules and the results generated is apparent in the first row. If all four rules generate passive cells, then the first row will be white and, in fact, the whole pattern will be white. If all four rules generate active cells, the first row and the entire pattern will be entirely black.

It turns out there are the sixteen possible active/passive patterns generated by the first row of a single seed cell automaton. The three rules,  1:001 ,  2:010 , and  4:100 , generate eight possible active/passive patterns (which are just like the patterns of the eight possible rules). The fourth rule, 0:000, affects the rest of the cells in the first row. When Rule 0 is set to passive, the resuling cells are all white and when set to active, the cells are black and produce a black stripe. Below is a chart of the sixteen possible results:

Result           S          
00                      
          S          
01                      
          S          
02                      
          S          
03                      
          S          
04                      
          S          
05                      
          S          
06                      
          S          
07                      
Result           S          
08                      
          S          
09                      
          S          
10                      
          S          
11                      
          S          
12                      
          S          
13                      
          S          
14                      
          S          
15                      

 

Early on in my investigations, I tried various ways to organize or group patterns together based on visual appearance with little success. Using the results from the first row, however, provides an organization structure which brings the rulesets together in a thoroughly rational and coherent manner. See here for the Results Groups of the rulesets.

 

Home
Prev: About Mirrors and Symmetry
Next: Rules Ignored and Unused