/* www-ATLAS of Group Representations. L5(2) represented as 5 x 5 matrices over GF(2). */ F:=GF(2); x:=CambridgeMatrix(1,F,5,[ "01000", "10000", "11100", "00010", "00001"]); y:=CambridgeMatrix(1,F,5,[ "00100", "01100", "00010", "00001", "10111"]); G:=MatrixGroup<5,F|x,y>; print "Group G is L5(2) < GL(5,GF(2))";