Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a generalized Cayley graph from generators and relations
ResourceFunction["CayleyNestGraph"][{gens,rels},inits,n] generates a generalized Cayley graph for a system for generators gens and relations rels, starting from the elements inits and going n steps. |
Make 5 steps in the Cayley graph for the free group with two generators:
In[1]:= |
|
Out[1]= |
|
Label the elements:
In[2]:= |
|
Out[2]= |
|
Make a Cayley graph for a commutative semigroup:
In[3]:= |
|
Out[3]= |
|
Commutative group with two elements and their inverses:
In[4]:= |
|
Out[4]= |
|
Torus graph:
In[5]:= |
|
Out[5]= |
|
Quaternion group:
In[6]:= |
|
Out[6]= |
|
SL(2Z):
In[7]:= |
|
Out[7]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License