Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/anupq/examples/   (GAP Algebra Version 4.15.1©)  Datei vom 28.7.2025 mit Größe 1 kB image not shown  

Quelle  G2-SP-Rel-i   Sprache: unbekannt

 
#Example"G2-SP-Rel-i" . . . based on: isom/G_2.com
#vars: F, rels, procId;
#options: OutputLevel, ClassBound, StandardPresentationFile
F := FreeGroup("a""b");
rels := ["b^4""b^2 * [b, a, a]^-1""b * (a^2 * b^-1 * a^2)^-1" ];
procId := PqStart(F : Prime := 2, Relators := rels);
#comment: set a different print level by supplying <OutputLevel>
#add <OutputLevel> for <value> if set and ok
#PqSetOutputLevel(procId, value);;
PqSPComputePcpAndPCover(procId : ClassBound := 1);;
#comment: set a different `ClassBound' by supplying <ClassBound>
#comment: also save the presentation to a file by supplying <StandardPresentationFile>
PqSPStandardPresentation(procId, [ [[0,1],
                                    [1,1]],

                                   [[0,1],
                                    [1,0]] ]

                         : options
#add <StandardPresentationFile> for <value> if set and ok
#                          StandardPresentationFile := value,
#sub <ClassBound> for <12if set
                           ClassBound := 12,
                           PcgsAutomorphisms);;

Messung V0.5 in Prozent
C=98 H=98 G=97

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-18]