likewise for LeftQuotient
This commit is contained in:
parent
1713af2c65
commit
6d296de57e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ InstallMethod( \*, "for two conjugator objects",
|
||||||
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
||||||
IsIdenticalObj,
|
IsIdenticalObj,
|
||||||
[IsDefaultConjugatorObject,IsDefaultConjugatorObject],
|
[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",
|
InstallMethod(ConjugationQuandle, "for a group",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue