/* www-ATLAS of Group Representations. 3.U6(2) represented as 6 x 6 matrices over GF(4). */ F:=GF(4); x:=CambridgeMatrix(1,F,6,[ "100000", "010000", "000001", "000100", "000010", "001000"]); y:=CambridgeMatrix(1,F,6,[ "010000", "001000", "200130", "300120", "000001", "100110"]); G:=MatrixGroup<6,F|x,y>; print "Group G is 3.U6(2) < GL(6,GF(4))";