Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/fining/examples/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 317 B image not shown  

Quelle  gpolygons_iskantorfamily.g   Sprache: unbekannt

 
#an easy example of a Kantor family
g := ElementaryAbelianGroup(27);
flist1 := [ Group(g.1), Group(g.2), Group(g.3), Group(g.1*g.2*g.3) ];
flist2 := [ Group([g.1, g.2^2*g.3]), Group([g.2, g.1^2*g.3 ]), 
            Group([g.3, g.1^2*g.2]), Group([g.1^2*g.2, g.1^2*g.3 ]) ];
IsKantorFamily( g, flist1, flist2 );
quit;

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]