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

Quelle  diagram_residues.g   Sprache: unbekannt

 
#residues
pg:=SymplecticSpace(5,2);
pi:=Random(Planes(pg));
l:=Random(Lines(pi));
p:=Random(Points(l));
g:=CollineationGroup(pg);
g1:=Stabilizer(g,p);
g2:=Stabilizer(g,l);
g3:=Stabilizer(g,pi);
cg:=CosetGeometry(g, [g1,g2,g3]);
RandomFlag(cg); # Time of last command: 10745 ms
Type(last);
ResidueOfFlag(last2);
Rank(last);
NrElementsOfIncidenceStructure(last2,1);
flg:=RandomFlag(cg);;
can:=CanonicalResidueOfFlag(cg,flg);
Type(flg);
Rank(can);
res:=ResidueOfFlag(flg);
IsIsomorphicIncidenceStructureWithNauty(res,can);
quit;

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]