/* www-ATLAS of Group Representations. 3.L3(4):2a represented as 15 x 15 matrices over GF(7). */ F:=GF(7); x:=CambridgeMatrix(1,F,15,[ "010000000000000", "100000000000000", "000100000000000", "001000000000000", "000000100000000", "000000010000000", "000010000000000", "000001000000000", "000000000001000", "000000000000010", "254301060310040", "000000001000000", "343454236501120", "000000000100000", "161663142105061"]); y:=CambridgeMatrix(1,F,15,[ "001000000000000", "466000000000000", "000010000000000", "000001000000000", "106010000000000", "000000001000000", "000000000100000", "000000000010000", "000000000000100", "000000000000001", "454165024465540", "530320513544365", "000100000000000", "025131145166252", "454332232216535"]); G:=MatrixGroup<15,F|x,y>; print "Group G is 3.L3(4):2a < GL(15,GF(7))";