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

Quelle  incgeom_elementsofflag.include   Sprache: unbekannt

 
gap> gp := SplitCayleyHexagon(4);
H(4)
gap> p := Random(Points(gp));
#I  for Split Cayley Hexagon
#I  Computing nice monomorphism...
#I  Found permutation domain...
<a point in H(4)>
gap> l := Random(Lines(p));
<a line in H(4)>
gap> flag := FlagOfIncidenceStructure(gp,[l,p]);
<a flag of H(4)>
gap> ElementsOfFlag(flag);
[ <a point in H(4)>, <a line in H(4)> ]

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]