Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/smallantimagmas/lib/   (GAP Algebra Version 4.15.1©)  Datei vom 26.8.2025 mit Größe 596 B image not shown  

Quelle  utils.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#! @Arguments n
#! @Description
#! returns all possible diagonals of multiplication table for <A>[n]</A>-antimagma.
#!
#! @BeginExampleSession
#! gap> AntimagmaGeneratorPossibleDiagonals(2);
#! [ [ 21 ] ]
#! gap> AntimagmaGeneratorPossibleDiagonals(3);
#! [
#!   [ 211 ], [ 212 ], [ 231 ], [ 232 ],
#!   [ 311 ], [ 312 ], [ 331 ], [ 332 ]
#! ]
#! @EndExampleSession
#!

DeclareOperation("AntimagmaGeneratorPossibleDiagonals", [IsInt]);

#! @Arguments Ms
#! @Description
#! filters non-isomorphic magmas <A>Ms</A>.

DeclareOperation("UpToIsomorphism", [IsList]);

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-17]