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 1 kB image not shown  

Quelle  gpolygons_span.include   Sprache: unbekannt

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

gap> mat := [ [ 1100010 ], [ 1001100 ],
>          [ 1010001 ], [ 0111000 ],
>          [ 0100101 ], [ 0001011 ],
>          [ 0010110 ] ];
[ [ 1100010 ], [ 1001100 ], [ 1010001 ], 
  [ 0111000 ], [ 0100101 ], [ 0001011 ], 
  [ 0010110 ] ]
gap> gp := GeneralisedPolygonByIncidenceMatrix(mat);
<projective plane order 2>
gap> p := Random(Points(gp));
<a point in <projective plane order 2>>
gap> q := Random(Points(gp));
<a point in <projective plane order 2>>
gap> Span(p,q);
<a line in <projective plane order 2>>
gap> ps := ParabolicQuadric(4,3);
Q(43)
gap> gp := GeneralisedPolygonByElements(Set(Points(ps)),Set(Lines(ps)),\*);
<generalised quadrangle of order [ 33 ]>
gap> p := Random(Points(gp));
<a point in <generalised quadrangle of order [ 33 ]>>
gap> q := Random(Points(gp));
<a point in <generalised quadrangle of order [ 33 ]>>
gap> Span(p,q);
#I  <x> and <y> do not span a line of gp
fail

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