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

Quelle  gpolygons_collineationgroup4.g   Sprache: unbekannt

 
#collineation group of classical hexagon
mat := IdentityMat(7,GF(9));
form := BilinearFormByMatrix(mat,GF(9));
ps := PolarSpace(form);
gh := SplitCayleyHexagon(ps);
group := CollineationGroup(gh);
time;
HasNiceMonomorphism(group);
gh := TwistedTrialityHexagon(2^3);
group := CollineationGroup(gh);
quit;


[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]