Product of two conjugator objects is a conjugator object
This commit is contained in:
parent
ae71d58873
commit
1713af2c65
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ InstallMethod( \<, "for two conjugator objects",
|
||||||
InstallMethod( \*, "for two conjugator objects",
|
InstallMethod( \*, "for two conjugator objects",
|
||||||
IsIdenticalObj,
|
IsIdenticalObj,
|
||||||
[IsDefaultConjugatorObject, IsDefaultConjugatorObject],
|
[IsDefaultConjugatorObject, IsDefaultConjugatorObject],
|
||||||
function(l,r) return LeftQuotient(l![1],r![1])*l![1]; end
|
function(l,r) return ConjugatorObj(LeftQuotient(l![1],r![1])*l![1]); end
|
||||||
);
|
);
|
||||||
|
|
||||||
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue