/* www-ATLAS of Group Representations. 2A5 represented as 2 x 2 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,2,[ "80", "64"]); y:=CambridgeMatrix(1,F,2,[ "01", "22"]); G:=MatrixGroup<2,F|x,y>; print "Group G is 2A5 < GL(2,GF(9))";