print "The first simple group of Janko represented as a subgroup of GL(7, 11).";
print "Field: K; Group: G.";
print "Order 175560 = 2^3 * 3 * 5 * 7 * 11 * 19";

K := GF(11);
G := MatrixGroup<7, K |
    \[ 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
     0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
     0, 0 ],
    \[ 8, 2, 10, 10, 8, 10, 8, 9, 1, 1, 3, 1, 3, 3, 10, 10, 8, 10, 8, 8, 2,
     10, 8, 10, 8, 8, 2, 10, 8, 10, 8, 8, 2, 10, 10, 1, 3, 3, 9, 1, 1, 3, 3,
     3, 9, 1, 1, 3, 1 ]
>;
