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