/* www-ATLAS of Group Representations. L3(5):2 represented as 6 x 6 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,6,[ "400000", "001000", "010000", "000010", "000100", "141321"]); y:=CambridgeMatrix(1,F,6,[ "010000", "400000", "000100", "000001", "313144", "001401"]); G:=MatrixGroup<6,F|x,y>; print "Group G is L3(5):2 < GL(6,GF(5))";