The format for finite automaton rules used here is a list of entries of the form {s0, a0}→{s1,a1}, where the si are states and the ai are symbols. (This ordering is consistent with NKS Turing machine usage. As for Turing machines, the states should be numbered starting at 1.)
The automaton for the lamplighter group is then:
In[1]:=
In[2]:=
In[3]:=
In[4]:=
In[5]:=
This corresponds to a graph for a group.
The following produces a matrix version of the map. This can also be produced directly, using a 2D substitution system operating on matrices.
In[6]:=
In[7]:=
NOTE: It's not clear what to do if the matrix is singular...
In[8]:=
In[9]:=
In[11]:=
Out[11]=
In[81]:=
Out[81]=
Note: it does not work to numericalize the matrices first. It prevents the distinct eigenvalues from readily be identified.
In[10]:=
In[11]:=
In[124]:=
Out[124]=
In[12]:=
In[130]:=
In[13]:=
In[137]:=
Out[137]=
In[37]:=
In[38]:=
In[39]:=
Out[39]=
In[40]:=
In[41]:=
Out[41]=
In[14]:=
Out[14]=
In[15]:=
Out[15]=
In[16]:=
Out[16]=
In[17]:=
Out[17]=
Created by Mathematica (November 16, 2003)