appears 'rank' is necessary
This commit is contained in:
parent
9fe7800287
commit
dc60617c2d
@ -344,7 +344,7 @@ InstallMethod(PrintObj, "for an element of magma by multiplication table",
|
||||
|
||||
## Property of a collection that its elements know their multiplication table
|
||||
InstallImmediateMethod(IsBuiltFromMultiplicationTable, "for a collection",
|
||||
[IsCollection],
|
||||
[IsCollection], 1,
|
||||
C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C)))
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user