Dear Gap-Forum,
if I understand the documentation correctly, then a command like
`GeneralLinearGroup(Permutations,2,2)'
should return the the group GL(2,2) as a permutation group (hopefully
in the natural representation, though that's not specified there).
However, the following happens (using GAP3R4P2):
gap> GeneralLinearGroup(Permutations,2,2);
Error, Record: element 'GeneralLinearGroup' must have an assigned value at
return arg[1].operations.GeneralLinearGroup( arg[1], arg[2], arg[3] ) ... in
GeneralLinearGroup( Permutations, 2, 2 ) called from
main loop
Peter M"uller