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