/* www-ATLAS of Group Representations. U3(5):2 represented as 8 x 8 matrices over GF(5). */ F:=GF(5); x:=CambridgeMatrix(1,F,8,[ "01000000", "10000000", "00010000", "00100000", "00000010", "14140100", "00001000", "32234011"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "04400000", "00001000", "00000100", "10401000", "00000001", "31302123", "20424103"]); G:=MatrixGroup<8,F|x,y>; print "Group G is U3(5):2 < GL(8,GF(5))";