Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/fining/tst/gap/extra/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 692 B image not shown  

Quelle  tst_fining7.g   Sprache: unbekannt

 
#Test enumerators of parabolic quadrics in even char. Few cases not to exagerate. May take a few minutes.
ps := ParabolicQuadric(4,7);
els := Points(ps);
enum := Enumerator(Points(ps));
Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
els := Lines(ps);
enum := Enumerator(els);
Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
ps := ParabolicQuadric(6,3);
els := Points(ps);
enum := Enumerator(Points(ps));
Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
els := Lines(ps);
enum := Enumerator(els);
Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
els := Planes(ps);
enum := Enumerator(els);
Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
quit;

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]