/* www-ATLAS of Group Representations. 2S5i represented as 4 x 4 matrices over GF(25). */ F:=GF(25); x:=CambridgeMatrix(3,F,4,\[ 0,1,0,0, 4,0,0,0, 0,0,0,1, 0,0,4,0]); y:=CambridgeMatrix(3,F,4,\[ 23,0,0,0, 0,0,1,0, 14,4,23,0, 0,7,4,14]); G:=MatrixGroup<4,F|x,y>; print "Group G is 2S5i < GL(4,GF(25))";