Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fining/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 5 kB image not shown  

Quelle  tst_enumerators.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> START_TEST("fining: tst_enumerators.tst");
gap> #test some enumerators of polar spaces. We have to make a selection
gap> ps := ParabolicQuadric(4,8);
Q(48)
gap> els := Points(ps);
<points of Q(48)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q(48)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 585 ] ]
gap> els := Lines(ps);
<lines of Q(48)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of Q(48)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 585 ] ]
gap> ps := ParabolicQuadric(6,2);
Q(62)
gap> els := Points(ps);
<points of Q(62)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q(62)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 63 ] ]
gap> els := Lines(ps);
<lines of Q(62)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of Q(62)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 315 ] ]
gap> els := Planes(ps);
<planes of Q(62)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <planes of Q(62)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 135 ] ]
gap> ps := ParabolicQuadric(6,3);
Q(63)
gap> els := Points(ps);
<points of Q(63)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q(63)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 364 ] ]
gap> ps := ParabolicQuadric(6,3);
Q(63)
gap> els := Points(ps);
<points of Q(63)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q(63)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 364 ] ]
gap> ps := EllipticQuadric(3,7);
Q-(37)
gap> els := Points(ps);
<points of Q-(37)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q-(37)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 50 ] ]
gap> ps := EllipticQuadric(5,3);
Q-(53)
gap> els := Points(ps);
<points of Q-(53)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q-(53)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 112 ] ]
gap> els := Lines(ps);
<lines of Q-(53)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of Q-(53)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 280 ] ]
gap> ps := HyperbolicQuadric(3,9);
Q+(39)
gap> els := Points(ps);
<points of Q+(39)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q+(39)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 100 ] ]
gap> els := Lines(ps);
<lines of Q+(39)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of Q+(39)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 20 ] ]
gap> ps := HyperbolicQuadric(5,2);
Q+(52)
gap> els := Points(ps);
<points of Q+(52)>
gap> enum := Enumerator(Points(ps));
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of Q+(52)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 35 ] ]
gap> els := Lines(ps);
<lines of Q+(52)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of Q+(52)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 105 ] ]
gap> els := Planes(ps);
<planes of Q+(52)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <planes of Q+(52)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 30 ] ]
gap> ps := HermitianPolarSpace(3,9);
H(33^2)
gap> els := Points(ps);
<points of H(33^2)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of H(33^2)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 280 ] ]
gap> els := Lines(ps);
<lines of H(33^2)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of H(33^2)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 112 ] ]
gap> ps := HermitianPolarSpace(4,4);
H(42^2)
gap> els := Points(ps);
<points of H(42^2)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of H(42^2)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 165 ] ]
gap> els := Lines(ps);
<lines of H(42^2)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of H(42^2)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 297 ] ]
gap> ps := SymplecticSpace(3,9);
W(39)
gap> els := Points(ps);
<points of W(39)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <points of W(39)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 820 ] ]
gap> els := Lines(ps);
<lines of W(39)>
gap> enum := Enumerator(els);
EnumeratorOfSubspacesOfClassicalPolarSpace( <lines of W(39)> )
gap> Collected(List(AsList(els),x->enum[Position(enum,x)]=x));
[ [ true, 820 ] ]
gap> STOP_TEST("tst_enumerators.tst", 10000 );

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-06-15]