/* www-ATLAS of Group Representations. U5(3) represented as 10 x 10 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,10,[ "1000000000", "0100000000", "0010000000", "0001000000", "0000100000", "0000010000", "0000001000", "0000000100", "0100000110", "2000002001"]); y:=CambridgeMatrix(1,F,10,[ "0010000000", "0001000000", "0000100000", "0000010000", "0000001000", "0000000100", "0000000010", "0000000001", "1000000000", "0100000000"]); G:=MatrixGroup<10,F|x,y>; print "Group G is U5(3) < GL(10,GF(3))";