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 1018 B image not shown  

Quelle  morphisms_projection.include   Sprache: unbekannt

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

gap> ps := HyperbolicQuadric(5,3);
Q+(53)
gap> x := Random(Points(ps));;
gap> planes_on_x := AsList( Planes(x) );
[ <a plane in Q+(53)>, <a plane in Q+(53)>, <a plane in Q+(53)>, 
  <a plane in Q+(53)>, <a plane in Q+(53)>, <a plane in Q+(53)>, 
  <a plane in Q+(53)>, <a plane in Q+(53)> ]
gap> proj := NaturalProjectionBySubspace(ps, x);
<geometry morphism from <Elements of Q+(5
3)> to <Elements of <polar space in ProjectiveSpace(
3,GF(3)): x_1*x_2+x_3*x_4=0 >>>
gap> image := ImagesSet(proj, planes_on_x);
[ <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0>, 
  <a line in Q+(33): x_1*x_2+x_3*x_4=0> ]

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