/* www-ATLAS of Group Representations. A7 represented as 10 x 10 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,10,[ "0100000000", "0001000000", "0000010000", "1000000000", "0000000010", "6651040340", "3234150206", "4325553443", "3666553103", "0020016120"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0000100000", "0000001000", "0000000100", "0660600000", "0000000001", "1100201000", "6046624155", "4136500060", "1104434520"]); G:=MatrixGroup<10,F|x,y>; print "Group G is A7 < GL(10,GF(7))";