/* www-ATLAS of Group Representations. L3(2) represented as 6 x 6 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,6,[ "010000", "100000", "000010", "002110", "001000", "211021"]); y:=CambridgeMatrix(1,F,6,[ "001000", "000100", "011200", "211000", "000001", "011022"]); G:=MatrixGroup<6,F|x,y>; print "Group G is L3(2) < GL(6,GF(3))";