/* www-ATLAS of Group Representations. 2.M12.2 represented as 10 x 10 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,10,[ "0200000000", "2000000000", "0000200000", "0000020000", "0020000000", "0002000000", "0000000020", "1121212120", "0000002000", "2002102222"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0001000000", "0211000000", "1120000000", "0000001000", "0000000100", "2022202000", "0000000001", "0000201112", "0000010000"]); G:=MatrixGroup<10,F|x,y>; print "Group G is 2.M12.2 < GL(10,GF(3))";