_LR := rec < recformat< F: GrpFP, AI: SeqEnum, G: GrpMat > |
      F := FreeGroup(2) >;
_LR`AI := [ [a^-1,b^-1] ] where a is (_LR`F).1 where b is (_LR`F).2;
//Standard generators of S4(5) are a and b where a is in class 2B, b is in class
//3B and ab is in class 13C. The last condition is equivalent to: ab has order
//13 and ababb has order 12.
//Standard generators of 2.S4(5) are preimages A and B where B has order 3 and
//AB has order 13.

//two constituents intervhanged by _LR`[1]
_LR`G :=
MatrixGroup<13, ext<K|Polynomial(K, [-1, 1, 1])> where K is  RationalField() |
[[0,0],[1,0],[
0,0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[1,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
1,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
1,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[1,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[1,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[1,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[1,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[1,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[1,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
-1,2],[1,-2],[
0,1],[1,0],[0,-1],[
0,2],[-1,0],[
1,0],[0,0],[0,-2],[
1,0],[-1,0],[
0,0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
1,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[1,0],[
0,0],[0,0],[0,
0],[0,0]],
[[0,0],[0,0],[
1,0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[1,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[1,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[1,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
1,0],[0,0],[0,
0],[0,0],[0,0],[
1,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[1,0],[0,0],[
0,0],[0,0],[1,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
0,0],[0,0],[0,
0],[0,0],[0,0],[
-1,0],[0,0],[
-1,0],[-1,0],[0,0],[
0,0],[-1,0],[
-1,0],[0,0],[0,0],[
0,0],[0,0],[0,
-1],[0,0],[-1,-2],[
-1,0],[-1,-1],[
1,0],[0,0],[-2,-1],[
-1,-1],[1,1],[
-1,-1],[-1,-1],[-1,-1],[
-1,0],[0,-1],[
-2,-1],[-1,0],[0,-1],[
-1,1],[0,0],[
-2,-2],[-1,0],[2,0],[
-1,-1],[-1,0],[
-1,-1],[1,0],[1,0],[
-1,-2],[0,0],[
0,-1],[1,0],[1,1],[
-2,-1],[-1,-2],[
2,2],[-1,-1],[-1,-1],[
-1,-1],[0,-1],[
-2,1],[0,1],[0,0],[
-1,1],[0,-1],[
-1,-1],[1,1],[0,1],[
-2,0],[0,1],[
0,0],[0,1]]>;

return _LR;
