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