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

Quelle  examples_underlyingobject.g   Sprache: unbekannt

 
# underlying object
pg := PG(3,169);
p := Random(Points(pg));
UnderlyingObject(p);
Unpack(last);
l := Random(Lines(pg));
UnderlyingObject(l);
Unpack(last);
quadric := EllipticQuadric(5,2);
line := Random(Lines(quadric));
UnderlyingObject(line);
Unpack(last);
ag := AG(4,3);
plane := Random(Planes(ag));
UnderlyingObject(plane);
quit;


[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]