/* www-ATLAS of Group Representations. 2.O8-(3) represented as 8 x 8 matrices over GF(9). */ F:=GF(9); x:=CambridgeMatrix(1,F,8,[ "01000000", "20000000", "00001000", "00000100", "00200000", "00020000", "00070373", "00040115"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "00010000", "20000000", "71600000", "00000010", "00000001", "20501000", "78488220"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 2.O8-(3) < GL(8,GF(9))";