print "The Mathieu group M11 of order 7920 in a 5-dimensional representation";
print "  over the field K = GF(3).";
print "Field: K; Group: G.";

K := GF(3);
G := MatrixGroup<5, K |
    \[ 2, 1, 2, 1, 2, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 1, 2, 0, 1, 1, 0, 2,
     2, 1 ],
    \[ 2, 1, 0, 2, 1, 1, 2, 0, 2, 2, 1, 1, 2, 1, 1, 0, 2, 0, 1, 1, 1, 1, 2,
     2, 2 ]
>;
