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 209 B
Quelle 2023-10-28-GQuotients.tst Sprache: unbekannt
# Fix unexpected error in GQuotients.
# See
https://github.com/gap-system/gap/issues/5525
#
gap> G := FreeGroup(2);;
gap> Q := G / [G.1*G.2^-2*G.1, G.1^-1*G.2^-3];;
gap> GQuotients(Q, SmallGroup(12, 1));
[ ]
[ Dauer der Verarbeitung: 0.2 Sekunden (vorverarbeitet)
]
2026-04-04