Fix more typo.
This commit is contained in:
parent
961ff3840f
commit
95b9835e8c
@ -216,7 +216,7 @@ InstallMethod(RightDivisionTable,
|
||||
[HasMultiplicationTable],
|
||||
function (obj)
|
||||
local RS, n;
|
||||
RS := RightPerms(fam);
|
||||
RS := RightPerms(obj);
|
||||
n := Size(RS);
|
||||
return TransposedMat(List(RS, x->ListPerm(Inverse(x), n)));
|
||||
end);
|
||||
|
Loading…
Reference in New Issue
Block a user