/* www-ATLAS of Group Representations. 3.A6 represented as 3 x 3 matrices over GF(4). */ F:=GF(4); x:=CambridgeMatrix(1,F,3,[ "100", "001", "010"]); y:=CambridgeMatrix(1,F,3,[ "010", "100", "121"]); G:=MatrixGroup<3,F|x,y>; print "Group G is 3.A6 < GL(3,GF(4))";