/* www-ATLAS of Group Representations. L3(2) represented as 3 x 3 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,3,[ "010", "100", "666"]); y:=CambridgeMatrix(1,F,3,[ "001", "152", "242"]); G:=MatrixGroup<3,F|x,y>; print "Group G is L3(2) < GL(3,GF(7))";