/* www-ATLAS of Group Representations. U4(2):2 represented as 5 x 5 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,5,[ "10000", "00100", "01000", "02110", "00001"]); y:=CambridgeMatrix(1,F,5,[ "01000", "00010", "00001", "10000", "20222"]); G:=MatrixGroup<5,F|x,y>; print "Group G is U4(2):2 < GL(5,GF(3))";