/* www-ATLAS of Group Representations. A7 represented as 10 x 10 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,10,[ "0100000000", "0010000000", "1000000000", "0000010000", "0000000100", "0303611020", "0082000008", "1280771143", "0324641628", "1150060740"]); y:=CambridgeMatrix(1,F,10,[ "0100000000", "0001000000", "0000100000", "0000001000", "0000000010", "0000000001", "3660020110", "1680300004", "0043000006", "0800341030"]); G:=MatrixGroup<10,F|x,y>; print "Group G is A7 < GL(10,GF(9))";