Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 320 B image not shown  

Quelle  2018-12-17-gquotient.tst   Sprache: unbekannt

 
# reported by Giles Gardam. The code for eliminating element orders can run astray if 
# a quotent by a generator power is cyclic, but also has cyclic subgroups of infinite
# index.
gap> F := FreeGroup("a", "b", "c");;
gap> G := F/ParseRelators(F,"a2b5a2b2C2,a5c3B2");;
gap> Length(GQuotients(G,AlternatingGroup(5)));
1

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]