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