Fix more typo.
This commit is contained in:
parent
961ff3840f
commit
95b9835e8c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue