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 225 B image not shown  

Quelle  2019-03-08-IsomorphismGroups.tst   Sprache: unbekannt

 
# see https://github.com/gap-system/gap/pull/3331
gap> F := FreeGroup( 1 );;
gap> IsFinite( F );;
gap> S := SymmetricGroup( 3 );;
gap> IsFinite( S );;
gap> IsomorphismGroups( F, S );
fail
gap> IsomorphismGroups( S, F );
fail

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]