thanks!
On Tue, Nov 12, 2013 at 12:13 PM, Bill Allombert <
Bill.Allombert at math.u-bordeaux1.fr> wrote:
> On Tue, Nov 12, 2013 at 11:11:44AM -0500, Neha Makhijani wrote:
> > How do I access the Brauer table of  PSL(2,8) mod 2 using GAP?
>
> T:= CharacterTable("L2(8)") mod 2;
> Display(T);
>
> Cheers,
> Bill.
>