forgot left in left quotient
This commit is contained in:
parent
c875b56426
commit
b720b0d0bd
@ -106,7 +106,7 @@ InstallOtherMethod(LeftQuotient,
|
||||
IsIdenticalObj,
|
||||
[IsLeftQuotientElement, IsMagmaByMultiplicationTableObj],
|
||||
function (l,r)
|
||||
return DivisionTable(FamilyObj(l))[l![1],r![1]];
|
||||
return LeftDivisionTable(FamilyObj(l))[l![1],r![1]];
|
||||
end);
|
||||
|
||||
## Create division tables as needed
|
||||
|
Loading…
Reference in New Issue
Block a user