/* www-ATLAS of Group Representations. 4b.L3(4):2a represented as 8 x 8 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,8,[ "01000000", "10000000", "00010000", "00100000", "21001000", "00000010", "00000100", "02002002"]); y:=CambridgeMatrix(1,F,8,[ "00100000", "02200000", "00001000", "00000100", "10201000", "00000001", "00022122", "01120011"]); G:=MatrixGroup<8,F|x,y>; print "Group G is 4b.L3(4):2a < GL(8,GF(3))";