/* www-ATLAS of Group Representations. 2^4.A8 represented as 15 x 15 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,15,[ "010000000000000", "000000001000000", "000010000000000", "000001000000000", "000000000000200", "000000000000020", "000000000001000", "000000200000000", "100000000000000", "000000000020000", "000000000000001", "000000020000000", "002000000000000", "000200000000000", "000000000200000"]); y:=CambridgeMatrix(1,F,15,[ "100000000000000", "001000000000000", "000100000000000", "000010000000000", "000001000000000", "000000100000000", "000000010000000", "010000000000000", "000000000100000", "000000000010000", "000000000001000", "000000000000100", "000000000000010", "000000000000001", "000000001000000"]); G:=MatrixGroup<15,F|x,y>; print "Group G is 2^4.A8 < GL(15,GF(3))";