/* www-ATLAS of Group Representations. A5 represented as 6 x 6 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,6,[ "200000", "001000", "010000", "000200", "000001", "000010"]); y:=CambridgeMatrix(1,F,6,[ "010000", "000100", "000010", "100000", "000001", "001000"]); G:=MatrixGroup<6,F|x,y>; print "Group G is A5 < GL(6,GF(3))";