[GAP Forum] Brauer Character Table of PSL(2,16) mod 2

alexk at mcs.st-and.ac.uk alexk at mcs.st-and.ac.uk
Sun Aug 17 16:50:59 BST 2014


> How shall I get the Brauer Character Table of PSL(2,16) mod 2 using GAP,
> or
> as a matter of fact for any group G mod p  (p|o(G))?
>
> Thanks
>
> Dan

You have to ensure that CTblLib package is loaded (the default setting is
that it is loaded with GAP, so hopefully this will be the case). Then do:

gap> t:=CharacterTable("PSL(2,16)");
CharacterTable( "L2(16)" )
gap> t mod 2;
BrauerTable( "L2(16)", 2 )

HTH,
Alexander











More information about the Forum mailing list