/* www-ATLAS of Group Representations. TD4(2) represented as 8 x 8 matrices over GF(8). */ F:=GF(8); x:=CambridgeMatrix(1,F,8,[ "01000000", "10000000", "22100000", "00001000", "00010000", "55055100", "00000010", "66033001"]); y:=CambridgeMatrix(1,F,8,[ "22000000", "00100000", "00010000", "00000100", "00000010", "00000001", "11011020", "27020505"]); G:=MatrixGroup<8,F|x,y>; print "Group G is TD4(2) < GL(8,GF(8))";