/* www-ATLAS of Group Representations. L3(2) represented as 7 x 7 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,7,[ "1000000", "0600000", "0001000", "0010000", "0000600", "0000001", "0000010"]); y:=CambridgeMatrix(1,F,7,[ "0100000", "0010000", "1000000", "0000100", "0000010", "0001000", "0000001"]); G:=MatrixGroup<7,F|x,y>; print "Group G is L3(2) < GL(7,GF(7))";