tiny fix to elt names
This commit is contained in:
parent
29e8955051
commit
890e943901
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user