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

Quelle  web_inumbersherm.include   Sprache: unbekannt

 
gap> h := HermitianVariety(2,49);
H(2, 7^2)
gap> pg := AmbientSpace(h);
PG(2, 49)
gap> lines := Lines(pg);
<lines of PG(2, 49)>
gap> curve := AsList(Points(h));;
#I  Computing nice monomorphism...
gap> Size(curve);
344
gap> Collected(List(lines,t -> Number(curve,c -> c in t)));
[ [ 1, 344 ], [ 8, 2107 ] ]

[ Dauer der Verarbeitung: 0.26 Sekunden  (vorverarbeitet)  ]