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 174 B
Quelle 2018-08-22-IsConjugatorAutomorphism.tst Sprache: unbekannt
gap> a:=Group((9,11)(10,12)(13,15)(14,16), (1,5,3,7)(2,6,4,8));;
gap> hom:=GroupHomomorphismByImages(a,a,[a.1,a.2*a.1],[a.1,a.2]);;
gap> IsConjugatorAutomorphism(hom);
false
[ Dauer der Verarbeitung: 0.21 Sekunden (vorverarbeitet)
]
2026-03-28