/* www-ATLAS of Group Representations. 3.L3(7).2 represented as 6 x 6 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,6,[ "000454", "000103", "000163", "321000", "016000", "622000"]); y:=CambridgeMatrix(1,F,6,[ "000500", "000416", "000064", "251000", "212000", "203000"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 3.L3(7).2 < GL(6,GF(7))";