tiny fix to elt names

This commit is contained in:
Glen Whitney 2017-10-25 02:30:46 +02:00
parent 29e8955051
commit 890e943901
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ end);
## And now create them from multiplication tables
# First a helper function
MagmaNumber@ := 0;
MagmaLetters@ := "ABCDEFGHJKMNPSTUV";
MagmaNumber@ := 1;
MagmaLetters@ := "VABCDEFGHJKMNPSTU";
MagmaBase@ := Length(MagmaLetters@);
NextMagmaString@ := function(filts)
local str, n;