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