/* www-ATLAS of Group Representations. L2(17) represented as 8 x 8 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,8,[ "01000000", "10000000", "00110000", "00010000", "00001000", "00000010", "00000100", "00001001"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "00001000", "00000100", "10000000", "01000000", "00000001", "11111111"]); G:=MatrixGroup<8,F|x,y>; print "Group G is L2(17) < GL(8,GF(2))";