/* www-ATLAS of Group Representations. 2S5i represented as 4 x 4 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,4,[ "3000", "0010", "0400", "2242"]); y:=CambridgeMatrix(1,F,4,[ "0100", "0001", "3200", "4030"]); G:=MatrixGroup<4,F|x,y>; print "Group G is 2S5i < GL(4,GF(5))";