yeah generally need othermethod with LeftQuotient
This commit is contained in:
parent
110785feeb
commit
79feddf92c
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ InstallMethod(\*, "for two opposite objects",
|
||||||
function(l,r) return OppositeObj(r![1]*l![1]); end
|
function(l,r) return OppositeObj(r![1]*l![1]); end
|
||||||
);
|
);
|
||||||
|
|
||||||
InstallMethod(LeftQuotient, "for two opposite objects",
|
InstallOtherMethod(LeftQuotient, "for two opposite objects",
|
||||||
IsIdenticalObj,
|
IsIdenticalObj,
|
||||||
[IsDefaultOppositeObject and IsLeftQuotientElement, IsDefaultOppositeObject],
|
[IsDefaultOppositeObject and IsLeftQuotientElement, IsDefaultOppositeObject],
|
||||||
function(l,r) return OppositeObj(r![1]/l![1]); end
|
function(l,r) return OppositeObj(r![1]/l![1]); end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue