Skip to content

Commit

Permalink
fixed capitalisation in pancake graph and number of edges in burnt pa…
Browse files Browse the repository at this point in the history
…ncake
  • Loading branch information
Marina Anagnostopoulou-Merkouri authored and james-d-mitchell committed May 26, 2021
1 parent 8d87815 commit f1cb6a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/examples.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ gap> TriangularGridGraph(IsMutable, 3, 3);
<Returns>A digraph.</Returns>
<Description>
If <A>n</A> is a positive integer, then this operation returns
the <E>Pancake graph</E> with <M>n!</M> vertices and <M>n!(n - 1)</M>
directed edges. The <M>n</M>th Pancake graph is the Cayley graph of the
the <E>pancake graph</E> with <M>n!</M> vertices and <M>n!(n - 1)</M>
directed edges. The <M>n</M>th pancake graph is the Cayley graph of the
symmetric group acting on <C>[1 .. <A>n</A>]</C> with respect to the
generating set consisting of the <Q>prefix reversals</Q>. This generating
set consists of the permutations <C>p2</C>, <C>p3</C>, ...,
Expand Down Expand Up @@ -539,8 +539,8 @@ true]]></Example>
<Returns>A digraph.</Returns>
<Description>
If <A>n</A> is a positive integer, then this operation returns
the <E>burnt pancake graph</E> with <M>n!</M> vertices and <M>n!(n - 1)</M>
directed edges. The <M>n</M>th Pancake graph is the Cayley graph of the
the <E>burnt pancake graph</E> with <M>n!</M> vertices and <M>n2^(n)n!</M>
directed edges. The <M>n</M>th burnt pancake graph is the Cayley graph of the
hyperoctahedral group acting on <C>[<A>-n</A> .. -1, 1 .. <A>n</A>]</C> with respect to the
generating set consisting of the <Q>prefix reversals</Q>, which are defined in exactly
the same way as in <Ref Oper="PancakeGraph"/>. The hyperoctahedral group consists of
Expand Down

0 comments on commit f1cb6a1

Please sign in to comment.