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

Quelle  cav   Sprache: unbekannt

 
local F, a, b, rels, G, H;
F := FreeGroup( "a""b" );
a := F.1; b := F.2;
rels := [ a^-2*b*a*b^-1*a*b, a^3*b^-1*a^-2*b^-1 ];
G := F / rels;
a := G.1; b := G.2;
H := Subgroup( G, [ a ] );
InteractiveTC( G, H );

80%


[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]