likewise for LeftQuotient
This commit is contained in:
parent
1713af2c65
commit
6d296de57e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user