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

Quelle  incgeom_underlyingobject.include   Sprache: unbekannt

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

gap> pg := PG(2,2);
ProjectiveSpace(22)
gap> p := Random(Points(pg));
<a point in ProjectiveSpace(22)>
gap> UnderlyingObject(p);
<cvec over GF(2,1) of length 3>
gap> l := Random(Lines(pg));
<a line in ProjectiveSpace(22)>
gap> UnderlyingObject(l);
<cmat 2x3 over GF(2,1)>
gap> mat := [ [ 101000000100000 ], 
>   [ 010010000100000 ], 
>   [ 100001000000100 ], 
>   [ 010100000000100 ], 
>   [ 010000001010000 ], 
>   [ 001000100010000 ], 
>   [ 001100010000000 ], 
>   [ 000100000001010 ], 
>   [ 000011010000000 ], 
>   [ 000001000010010 ], 
>   [ 000010100001000 ], 
>   [ 000000100000101 ], 
>   [ 000000011000001 ], 
>   [ 100000001001000 ], 
>   [ 000000000100011 ] ];
[ [ 101000000100000 ], 
  [ 010010000100000 ], 
  [ 100001000000100 ], 
  [ 010100000000100 ], 
  [ 010000001010000 ], 
  [ 001000100010000 ], 
  [ 001100010000000 ], 
  [ 000100000001010 ], 
  [ 000011010000000 ], 
  [ 000001000010010 ], 
  [ 000010100001000 ], 
  [ 000000100000101 ], 
  [ 000000011000001 ], 
  [ 100000001001000 ], 
  [ 000000000100011 ] ]
gap> gp := GeneralisedPolygonByIncidenceMatrix(mat);
<generalised quadrangle of order [ 22 ]>
gap> p := Random(Points(gp));
<a point in <generalised quadrangle of order [ 22 ]>>
gap> UnderlyingObject(p);
15
gap> l := Random(Lines(gp));
<a line in <generalised quadrangle of order [ 22 ]>>
gap> UnderlyingObject(l);
71315 ]
gap> egq := EGQByBLTSet(BLTSetByqClan(LinearqClan(3)));
#I  Now embedding dual BLT-set into W(5,q)...
#I  Computing elation group...
<EGQ of order [ 93 ] and basepoint in W(53 ) >
gap> p := Random(Points(egq));
<a point in <EGQ of order [ 93 ] and basepoint in W(53 ) >>
gap> UnderlyingObject(p);
<a point in W(53)>

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-17]