likewise for LeftQuotient

This commit is contained in:
Glen Whitney 2017-10-21 20:58:41 +02:00
parent 1713af2c65
commit 6d296de57e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ InstallMethod( \*, "for two conjugator objects",
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
IsIdenticalObj,
[IsDefaultConjugatorObject,IsDefaultConjugatorObject],
function(l,r) return (l*r)/l; end
function(l,r) return ConjugatorObj((l![1]*r![1])/l![1]); end
);
InstallMethod(ConjugationQuandle, "for a group",