> < ^ Date: Fri, 13 Jul 2001 00:33:18 +0000
> < ^ From: Dmitrii Pasechnik <d.pasechnik@twi.tudelft.nl >
< ^ Subject: Re: Character table in GAP

Dear Forum,

On Thu, Jul 12, 2001 at 08:42:38AM -0700, Azmi Tamid wrote:
> Hello,
> The command :
> tab:=CharacterTable(g);
> Gives the character table of the group g but is there a way to maniplulate this table (as a matrix) ?
>
m:=List(Irr(tab),x->List(x));
creates the matrix you've asked for.

hth,
Dmitrii.

For example how to compute the determinant of this matrix or the number of non-zero entries in this matrix ?

TIA,
Azmi

------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/

> < [top]