/* www-ATLAS of Group Representations. L3(3):2 represented as 12 x 12 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,12,[ "010000000000", "100000000000", "000100000000", "001000000000", "000000100000", "000000010000", "000010000000", "000001000000", "000012000210", "000021002020", "000021210020", "000002101111"]); y:=CambridgeMatrix(1,F,12,[ "001000000000", "022000000000", "000010000000", "000001000000", "102010000000", "000000001000", "000000000100", "000000000010", "000000000001", "002212101001", "200111012002", "000100000000"]); G:=MatrixGroup<12,F|x,y>; print "Group G is L3(3):2 < GL(12,GF(3))";