/* www-ATLAS of Group Representations. U3(4) represented as 9 x 9 matrices over GF(16). */ F:=GF(16); x:=CambridgeMatrix(3,F,9,\[ 0,1,0,0,0,0,0,0,0, 1,0,0,0,0,0,0,0,0, 0,0,0,1,0,0,0,0,0, 0,0,1,0,0,0,0,0,0, 0,0,0,0,0,1,0,0,0, 0,0,0,0,1,0,0,0,0, 10,10,0,0,15,15,1,0,0, 0,0,0,0,0,0,0,0,1, 0,0,0,0,0,0,0,1,0]); y:=CambridgeMatrix(3,F,9,\[ 0,0,1,0,0,0,0,0,0, 0,1,1,0,0,0,0,0,0, 1,0,1,0,0,0,0,0,0, 0,0,0,0,1,0,0,0,0, 0,0,0,0,0,0,1,0,0, 0,0,0,0,0,0,0,1,0, 0,0,0,1,0,0,0,0,0, 14,10,1,1,9,7,8,1,1, 15,0,4,9,8,6,1,6,1]); G:=MatrixGroup<9,F|x,y>; print "Group G is U3(4) < GL(9,GF(16))";