/* www-ATLAS of Group Representations. 2.A10 represented as 16 x 16 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,16,[ "0100000000000000", "6600000000000000", "0001000000000000", "0066000000000000", "0000010000000000", "0000660000000000", "0000000100000000", "0000006600000000", "0000000001000000", "0000000066000000", "0000000000010000", "0000000000660000", "0000000000000100", "0000000000006600", "0000000000000001", "0000000000000066"]); y:=CambridgeMatrix(1,F,16,[ "0010000000000000", "0000100000000000", "6060000000000000", "0000001000000000", "0000000001660000", "0000000000010000", "0000000000006001", "0000000000000010", "0000000006000000", "0000000060060000", "0101000600000000", "1010000100000000", "0011110000001006", "0000060000000060", "6060010011000110", "0011101000601000"]); G:=MatrixGroup<16,F|x,y>; print "Group G is 2.A10 < GL(16,GF(7))";