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

Quelle  SL219-hard

  Sprache: C
 

# ACEExample "SL219-hard" : enumeration of cosets of H in G,
# where G = SL(2,19), |G : H| = 180, using hard strategy.
#
local F, G, x, y, X, Y;
# We define SL(2,19) on 2 generators
F := FreeGroup("x","y"); x := F.1;  y := F.2
                         X := x^-1; Y := y^-1;
G := F / [x*Y*X*Y*X*Y, Y*X*X*y*x*x, x*y^4*x*y^10*x*y^4*x*y^29*x^12];
return ACEfunc(
    FreeGeneratorsOfFpGroup(G), 
    RelatorsOfFpGroup(G), 
    [y] # |SL(2,19) : H| = 180
    # Options that don't affect the enumeration
    : echo, enum := "SL(2,19)", subg := "H (index 180)", 
    # Other options
    mess := 50000, hard, mend, pmod := 2);

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet am  2026-06-29) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.