/* www-ATLAS of Group Representations. 2A5 represented as 4 x 4 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,4,[ "0100", "6000", "0001", "0060"]); y:=CambridgeMatrix(1,F,4,[ "4000", "0010", "0660", "4262"]); G:=MatrixGroup<4,F|x,y>; print "Group G is 2A5 < GL(4,GF(7))";