Dear Forum,

As I ran through the list of GAP's character table names of simple groups
returned by

AllCharacterTableNames(IsSimple,true);

with the purpose to detect multiple names for the same table, I used the
function

NamesOfEquivalentLibraryCharacterTables

successfully for all groups, except O8+(7) and U6(4).
The commands

NamesOfEquivalentLibraryCharacterTables(CharacterTable("O8+(7)"));
NamesOfEquivalentLibraryCharacterTables(CharacterTable("U6(4)"));

seem to never finish, even though groups much larger than those two present
no problem:

gap> NamesOfEquivalentLibraryCharacterTables(CharacterTable("M"));
[ "M" ]

I was just wondering if there is an explanation to this.


Anvita
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to