/* www-ATLAS of Group Representations. 3.S7 represented as 6 x 6 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,6,[ "010000", "100000", "004000", "000001", "322411", "000100"]); y:=CambridgeMatrix(1,F,6,[ "001000", "000100", "000010", "342111", "010100", "344434"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 3.S7 < GL(6,GF(5))";