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

Quelle  polarities_absolutepoints.include   Sprache: unbekannt

 
gap> mat := IdentityMat(4,GF(3));
[ [ Z(3)^0, 0*Z(3), 0*Z(3), 0*Z(3) ], [ 0*Z(3), Z(3)^0, 0*Z(3), 0*Z(3) ], 
  [ 0*Z(3), 0*Z(3), Z(3)^0, 0*Z(3) ], [ 0*Z(3), 0*Z(3), 0*Z(3), Z(3)^0 ] ]
gap> phi := PolarityOfProjectiveSpace(mat,GF(3));
<polarity of PG(3, GF(3)) >
gap> points := AbsolutePoints(phi);
<points of Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>
gap> List(points);
[ <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0>, 
  <a point in Q+(3, 3): x_1^2+x_2^2+x_3^2+x_4^2=0> ]

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]