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

Quelle  incgeom_isincidentwithflag.g   Sprache: unbekannt

 
# incidence with flags
pg := PG(3,5);
p := Random(Points(pg));
l := Random(Lines(p));
plane := Random(Planes(l));
flag := FlagOfIncidenceStructure(pg,[l,plane]);
IsIncident(flag,l);
IsIncident(l,flag);
quit;


[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]