* [[Start|Home]] * [[Possible Outlines]] * [[playground:Playground]] * [[Needs Review]] * [[sidebar|Edit The Sidebar]]
* [[Start|Home]] * [[Possible Outlines]] * [[playground:Playground]] * [[Needs Review]] * [[sidebar|Edit The Sidebar]]
This is an old revision of the document!
Construct the Cayley graph of the group defined by the presentation $$\left< a,b\mid a^2, b^5, ababab\right>.$$
<sagecell> g = AlternatingGroup(5) d = g.cayley_graph(); d d.show(color_by_label=True, vertex_size=0.03, vertex_labels=False) show(g.semigroup_generators()) show(g.objgens()) #d.show3d(color_by_label=True, edge_size=0.01, edge_size2=0.02, vertex_size=0.03) #Uncomment the last line if you would like to allow java to draw the graph in 3D. # </sagecell>
%%%%% % DEPENDENCIES % RequiredPackages: \usepackage{tikz} % RequiredMacros: \DeclareMathOperator{\aut}{Aut} %%%%% \begin{problem} Type the problem code here. \end{problem}