id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
12008,Implement matrix representations for finite projective linear groups,johanbosman,joyner,"Projective linear groups such as PGL(n, q) are represented as abstract permutation groups.
{{{
sage: PGL(2, 13)
Permutation Group with generators [(3,14,13,12,11,10,9,8,7,6,5,4), (1,2,9)(3,8,10)(4,5,12)(6,13,14)]
}}}
However, no method has been implemented that represents elements of such groups as n-by-n matrices (though there is a method that outputs each element as a permutation matrix).  It would be desirable to have such a thing.",enhancement,new,major,sage-5.10,group theory,,"projective linear group, permutation group",,,N/A,,,,,
