52.8 FirstNameCharTable

FirstNameCharTable( name )

returns the value of the identifier component of the character table with admissible name name, if exists; otherwise false is returned.

For each admissible name, also the lowercase string is admissible.

    gap> FirstNameCharTable( "m22mod3" );
    "M22mod3"
    gap> FirstNameCharTable( "s5" );
    "A5.2"
    gap> FirstNameCharTable( "J5" );
    false

Previous Up Top Next
Index

GAP 3.4.4
April 1997