|
gap> ps := ParabolicQuadric(16,7^4);
Q(16, 2401)
gap> pts := Points(ps);
<points of Q(16, 2401)>
gap> Size(pts);
508233536514931541724405776067904925314839705888016
gap> Random(pts);
<a point in Q(16, 2401)>
gap> time;
565
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]
|