> 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









_______________________________________________
Forum mailing list
[email protected]
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to