/* www-ATLAS of Group Representations. 7^(1+4):(3 x 2S7) represented as 6 x 6 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,6,[ "600000", "001000", "060000", "500010", "000600", "010001"]); y:=CambridgeMatrix(1,F,6,[ "300000", "060000", "000200", "032000", "020140", "000001"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 7^(1+4):(3 x 2S7) < GL(6,GF(7))";