/* www-ATLAS of Group Representations. 2.S4(7):2 represented as 4 x 4 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,4,[ "0002", "4041", "1505", "3000"]); y:=CambridgeMatrix(1,F,4,[ "0100", "0010", "0001", "6666"]); G:=MatrixGroup<4,F|x,y>; print "Group G is 2.S4(7):2 < GL(4,GF(7))";