/* www-ATLAS of Group Representations. 3.A6 represented as 9 x 9 matrices over GF(4). */ F:=GF(4); x:=CambridgeMatrix(1,F,9,[ "100000000", "001000000", "010000000", "000010000", "000100000", "000000010", "000000002", "000001000", "000000300"]); y:=CambridgeMatrix(1,F,9,[ "010000000", "100000000", "000100000", "000001000", "000000100", "000000001", "123300133", "231121200", "001000000"]); G:=MatrixGroup<9,F|x,y>; print "Group G is 3.A6 < GL(9,GF(4))";