Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
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 131 B
Quelle incgeom_enumexample.g Sprache: unbekannt
# enumerator for polar spaces in chapter 3
ps := ParabolicQuadric(16,7^4);
pts := Points(ps);
Size(pts);
Random(pts);
time;
quit;
[ Dauer der Verarbeitung: 0.13 Sekunden (vorverarbeitet)
]
2026-03-28