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

Quelle  tst_regular13system.g   Sprache: unbekannt

 
#regular 13 system
q := 3;
gh := SplitCayleyHexagon(q);
ps := AmbientPolarSpace(gh);
coll := CollineationGroup(gh);
orbits := FiningOrbits(coll,Planes(ps));
Length(orbits);
S := First(orbits,x->Length(x)=(q^6-1)/(q-1));
pts := AsList(Points(ps));;
Collected(List(pts,x->Number(S,y->x in y)));
ps := ParabolicQuadric(6,q);
gh := SplitCayleyHexagon(ps);
coll := CollineationGroup(gh);
orbits := FiningOrbits(coll,Planes(ps));
Length(orbits);
S := First(orbits,x->Length(x)=(q^6-1)/(q-1));
pts := AsList(Points(ps));;
Collected(List(pts,x->Number(S,y->x in y)));
quit;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]