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