Overview
- Group
- SmallGroup(64,186)
- Rank
- 3
- Schläfli Type
- {16,2}
- Vertices, edges, …
- 16, 16, 2
- Order of s0s1s2
- 16
- Order of s0s1s2s1
- 2
- Also known as
- if this polytope has a name.
Special Properties
- Degenerate
- Universal
- Compact Hyperbolic Quotient
- Locally Spherical
- Orientable
- Flat
- Self-Petrie
Quotients maximal quotients in bold
2-fold
4-fold
8-fold
Covers minimal covers in bold
2-fold
3-fold
4-fold
5-fold
6-fold
7-fold
8-fold
- {16,4}*512a
- {16,8}*512a
- {16,16}*512b
- {16,16}*512c
- {16,16}*512i
- {16,16}*512k
- {16,8}*512c
- {32,4}*512a
- {32,4}*512b
- {32,8}*512a
- {32,8}*512b
- {32,8}*512c
- {32,8}*512d
- {64,4}*512a
- {64,4}*512b
- {128,2}*512
9-fold
10-fold
11-fold
12-fold
- {16,12}*768a
- {48,4}*768a
- {16,24}*768c
- {48,8}*768c
- {48,8}*768d
- {16,24}*768d
- {32,12}*768a
- {96,4}*768a
- {32,12}*768b
- {96,4}*768b
- {64,6}*768
- {192,2}*768
- {48,4}*768c
- {16,6}*768b
- {48,6}*768a
13-fold
14-fold
15-fold
17-fold
18-fold
- {16,36}*1152a
- {144,4}*1152a
- {48,12}*1152a
- {48,12}*1152b
- {48,12}*1152c
- {16,4}*1152a
- {48,4}*1152a
- {16,12}*1152a
- {32,18}*1152
- {288,2}*1152
- {96,6}*1152a
- {96,6}*1152b
- {96,6}*1152c
- {32,6}*1152
19-fold
20-fold
- {16,20}*1280a
- {80,4}*1280a
- {16,40}*1280c
- {80,8}*1280c
- {80,8}*1280d
- {16,40}*1280d
- {32,20}*1280a
- {160,4}*1280a
- {32,20}*1280b
- {160,4}*1280b
- {64,10}*1280
- {320,2}*1280
21-fold
22-fold
23-fold
25-fold
26-fold
27-fold
- {432,2}*1728
- {16,54}*1728
- {144,6}*1728a
- {144,6}*1728b
- {48,18}*1728a
- {48,6}*1728a
- {48,6}*1728b
- {48,18}*1728b
- {48,6}*1728c
- {16,6}*1728a
- {48,6}*1728d
- {48,6}*1728e
- {48,6}*1728f
- {16,6}*1728b
- {48,6}*1728g
- {48,6}*1728h
28-fold
- {16,28}*1792a
- {112,4}*1792a
- {16,56}*1792c
- {112,8}*1792c
- {112,8}*1792d
- {16,56}*1792d
- {32,28}*1792a
- {224,4}*1792a
- {32,28}*1792b
- {224,4}*1792b
- {64,14}*1792
- {448,2}*1792
29-fold
30-fold
- {16,60}*1920a
- {240,4}*1920a
- {80,12}*1920a
- {48,20}*1920a
- {32,30}*1920
- {480,2}*1920
- {96,10}*1920
- {160,6}*1920
31-fold
Representations
Permutation Representation (GAP)
s0 := ( 2, 3)( 4, 5)( 6, 7)( 8, 9)(10,11)(12,13)(14,15);; s1 := ( 1, 2)( 3, 4)( 5, 6)( 7, 8)( 9,10)(11,12)(13,14)(15,16);; s2 := (17,18);; poly := Group([s0,s1,s2]);;
Finitely Presented Group Representation (GAP)
F := FreeGroup("s0","s1","s2");;
s0 := F.1;; s1 := F.2;; s2 := F.3;;
rels := [ s0*s0, s1*s1, s2*s2, s0*s2*s0*s2, s1*s2*s1*s2,
s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1 ];;
poly := F / rels;;
Permutation Representation (Magma)
s0 := Sym(18)!( 2, 3)( 4, 5)( 6, 7)( 8, 9)(10,11)(12,13)(14,15); s1 := Sym(18)!( 1, 2)( 3, 4)( 5, 6)( 7, 8)( 9,10)(11,12)(13,14)(15,16); s2 := Sym(18)!(17,18); poly := sub<Sym(18)|s0,s1,s2>;
Finitely Presented Group Representation (Magma)
poly<s0,s1,s2> := Group< s0,s1,s2 | s0*s0, s1*s1, s2*s2, s0*s2*s0*s2, s1*s2*s1*s2, s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1 >;