* [[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!
Here's our opening page. The wiki is basically blank right now.
Click edit to see the code I used to add math with dollar symbols, as in $\int_a^b f(x) dx$ or $$\int_a^b f(x) dx.$$
You can add sage content with the sagecell command.
<sagecell> g = GL(2,3) 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)
# </sagecell>