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

Quelle  projgroups_collineationgroup.g   Sprache: unbekannt

 
#collineation group of a projective space
ps := ProjectiveSpace(3,16);
CollineationGroup(ps);
ps := ProjectiveSpace(4,81);
CollineationGroup(ps);
ps := ProjectiveSpace(5,3);
CollineationGroup(ps);
ps := ProjectiveSpace(2,2);
CollineationGroup(ps);
quit;

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]