/* www-ATLAS of Group Representations. 2.Suz represented as 12 x 12 matrices over GF(3). */ F:=GF(3); x:=CambridgeMatrix(1,F,12,[ "121200112020", "112111102110", "020201122010", "001110010002", "222020100112", "210012002101", "220221021122", "012011112200", "021220012212", "102221210120", "012222210001", "222112011021"]); y:=CambridgeMatrix(1,F,12,[ "001000000000", "112000000000", "202000000000", "000010000000", "121220000000", "000000100000", "000000001000", "000000000100", "000001000000", "000001121200", "011212110210", "011210201001"]); G:=MatrixGroup<12,F|x,y>; print "Group G is 2.Suz < GL(12,GF(3))";