Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ace/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 10.3.2025 mit Größe 534 B image not shown  

Quelle  C5-fel0   Sprache: unbekannt

 
# ACEExample "C5-fel0" : enumeration of cosets of H in G,
# where G = C_5, H = Id, using felsch := 0 strategy.
#
local F, G, a, b;
# We define C_5 on 2 generators
F := FreeGroup("a","b"); a := F.1;  b := F.2;
G := F / [a^5, b];
return ACEfunc(
    FreeGeneratorsOfFpGroup(G), 
    RelatorsOfFpGroup(G), 
    [] # Generators of identity subgroup (empty list)
    # Options that don't affect the enumeration
    : echo, enum := "C_5", subg := "Id", 
    # Other options
    mess := -1, felsch); # mess negative turns hole-monitoring on

[ Dauer der Verarbeitung: 0.27 Sekunden  (vorverarbeitet)  ]