Overview
- Group
- SmallGroup(128,2011)
- Rank
- 4
- Schläfli Type
- {8,2,4}
- Vertices, edges, …
- 8, 8, 4, 4
- Order of s0s1s2s3
- 8
- Order of s0s1s2s3s2s1
- 2
- Also known as
- if this polytope has a name.
Special Properties
- Degenerate
- Universal
- Orientable
- Flat
Quotients maximal quotients in bold
2-fold
4-fold
8-fold
Covers minimal covers in bold
2-fold
3-fold
4-fold
- {8,4,8}*512b
- {8,8,4}*512a
- {8,4,4}*512a
- {8,8,4}*512c
- {8,8,4}*512e
- {8,8,4}*512g
- {8,4,4}*512b
- {8,4,8}*512c
- {16,4,4}*512a
- {16,4,4}*512b
5-fold
6-fold
- {8,6,8}*768
- {8,2,24}*768
- {24,2,8}*768
- {8,4,12}*768a
- {8,12,4}*768a
- {24,4,4}*768a
- {16,6,4}*768a
- {16,2,12}*768
- {48,2,4}*768
7-fold
9-fold
- {8,18,4}*1152a
- {8,2,36}*1152
- {72,2,4}*1152
- {8,6,12}*1152a
- {8,6,12}*1152b
- {8,6,12}*1152c
- {24,6,4}*1152a
- {24,6,4}*1152b
- {24,6,4}*1152c
- {24,2,12}*1152
- {8,6,4}*1152a
- {8,6,4}*1152b
10-fold
- {8,10,8}*1280
- {8,2,40}*1280
- {40,2,8}*1280
- {8,4,20}*1280a
- {8,20,4}*1280a
- {40,4,4}*1280a
- {16,10,4}*1280
- {16,2,20}*1280
- {80,2,4}*1280
11-fold
13-fold
14-fold
- {8,14,8}*1792
- {8,2,56}*1792
- {56,2,8}*1792
- {8,4,28}*1792a
- {8,28,4}*1792a
- {56,4,4}*1792a
- {16,14,4}*1792
- {16,2,28}*1792
- {112,2,4}*1792
15-fold
Representations
Permutation Representation (GAP)
s0 := (2,3)(4,5)(6,7);; s1 := (1,2)(3,4)(5,6)(7,8);; s2 := (10,11);; s3 := ( 9,10)(11,12);; poly := Group([s0,s1,s2,s3]);;
Finitely Presented Group Representation (GAP)
F := FreeGroup("s0","s1","s2","s3");;
s0 := F.1;; s1 := F.2;; s2 := F.3;; s3 := F.4;;
rels := [ s0*s0, s1*s1, s2*s2, s3*s3, s0*s2*s0*s2,
s1*s2*s1*s2, s0*s3*s0*s3, s1*s3*s1*s3,
s2*s3*s2*s3*s2*s3*s2*s3, s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1 ];;
poly := F / rels;;
Permutation Representation (Magma)
s0 := Sym(12)!(2,3)(4,5)(6,7); s1 := Sym(12)!(1,2)(3,4)(5,6)(7,8); s2 := Sym(12)!(10,11); s3 := Sym(12)!( 9,10)(11,12); poly := sub<Sym(12)|s0,s1,s2,s3>;
Finitely Presented Group Representation (Magma)
poly<s0,s1,s2,s3> := Group< s0,s1,s2,s3 | s0*s0, s1*s1, s2*s2, s3*s3, s0*s2*s0*s2, s1*s2*s1*s2, s0*s3*s0*s3, s1*s3*s1*s3, s2*s3*s2*s3*s2*s3*s2*s3, s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1*s0*s1 >;