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

Quelle  B2-4   Sprache: unbekannt

 
#Example: "B2-4" . . . the ``right'' way to generate B(2, 4)
#Generates B(2, 4) by using the `Exponent' option
#vars: F, procId;
#options: 
F := FreeGroup("a", "b");
#alt: do
#procId := PqStart( F );
#alt: sub <procId> for <F>
Pq( F : Prime := 2, Exponent := 4 );

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]