[GAP Forum] Co1 generators in SO24
mim_ at op.pl
mim_ at op.pl
Thu Apr 8 15:27:18 BST 2010
Hello,
I have received following email from one matematician. I have asked him for the matrix generators of Conway group Co1 in SO(24). Do you know how to obtain such generators in GAP ?
<quote>
The following Magma code should work:
L := Lattice("Lambda",24);
G := AutomorphismGroup(L);
B := BasisMatrix(L);
S := ShortestVectors(L);
S := S cat [-S[i] : i in [1..#S]];
M := MatrixRing(Rationals(),24);
G := MatrixGroup<24, Rationals() | [B^(-1) * M!G.i * B : i in [1..Ngens(G)]]>;
Then S will be the list of minimal vectors and G will be the
automorphism group, as a subgroup of SO(24). The code for G is
a little ugly, because by default Magma will express it as a
subgroup of GL_24(Z) instead.
< end of quote>
Here is the base matrix of my leech lattice. The determinant is 8^12.
B:=[[4,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0],
[2,2,2,2,0,0,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0],
[2,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,0,0,0,0,0,0,0,0],
[2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,0,0,0,0,0,0,0,0],
[2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,2,0,0,0,0,0,0,0,0],
[4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0],
[2,0,2,0,2,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2],
[2,0,0,2,2,2,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,2,0,2],
[2,2,0,0,2,0,2,0,2,0,0,2,0,0,0,0,0,0,0,0,2,0,0,2],
[0,2,2,2,2,0,0,0,2,0,0,0,2,0,0,0,0,0,0,2,0,0,0,2],
[0,0,0,0,0,0,0,0,2,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0],
[0,0,0,0,0,0,0,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0],
[-3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]];
Regards,
Marek
More information about the Forum
mailing list