PrintCharTable( tbl )
prints the information stored in the character table tbl in a format
that is GAP readable. The call can be used as argument of PrintTo
in order to save the table to a file.
gap> t:= CharTable( "Cyclic", 3 ); CharTable( "C3" ) gap> PrintCharTable( t ); rec( identifier := "C3", name := "C3", size := 3, order := 3, centralizers := [ 3, 3, 3 ], orders := [ 1, 3, 3 ], powermap := [ ,, [ 1, 1, 1 ] ], irreducibles := [ [ 1, 1, 1 ], [ 1, E(3), E(3)^2 ], [ 1, E(3)^2, E(3) ] ], classparam := [ [ 1, 0 ], [ 1, 1 ], [ 1, 2 ] ], irredinfo := [ rec( charparam := [ 1, 0 ] ), rec( charparam := [ 1, 1 ] ), rec( charparam := [ 1, 2 ] ) ], text := "computed using generic character table for cyclic groups"\ , classes := [ 1, 1, 1 ], operations := CharTableOps, fusions := [ ], fusionsource := [ ], projections := [ ], projectionsource := [ ] )
GAP 3.4.4