The following is the Cayley graph , where
is the additive group of the vector space
(where
is the field of three elements), and
.
\begin{tikzpicture}
\tikzset{VertexStyle/.style={draw,rectangle}}
\grEmptyCycle*[rotation=90,prefix=a,RA=2,Math]{{(1,2)},{(0,0)},{(2,1)}}
\grEmptyCycle*[rotation=90,prefix=b,RA=4.5,Math]{(2,0),(1,0),(1,1),(0,1),(0,2),(2,2)}
\EdgeInGraphLoop{b}{6}
\SetUpEdge[style={bend right=10}]
\EdgeDoubleMod{a}{3}{0}{1}{b}{6}{1}{2}{3}
\EdgeDoubleMod{a}{3}{0}{1}{b}{6}{2}{2}{3}
\SetUpEdge[style={bend left=10}]
\EdgeDoubleMod{a}{3}{0}{1}{b}{6}{4}{2}{3}
\EdgeDoubleMod{a}{3}{0}{1}{b}{6}{5}{2}{3}
\end{tikzpicture}
See also: Original Source by Rafael
Note: The copyright belongs to the blog author and the blog. For the license, please see the linked original source blog.
Leave a Reply
You must be logged in to post a comment.