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

Quelle  morphisms_subfield2.include   Sprache: unbekannt

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

gap> w := SymplecticSpace(53);
W(53)
gap> h := HermitianPolarSpace(53^2);
H(53^2)
gap> em := NaturalEmbeddingBySubfield(w, h);
#I  No intertwiner computed. <geom1> must have a collineation group computed
<geometry morphism from <Elements of W(53)> to <Elements of H(53^2)>>
gap> points := AsList(Points(w));;
gap> image := ImagesSet(em, points);;
gap> ForAll(image, x -> x in h);
true
gap> hq:=HyperbolicQuadric(3,4);
Q+(34)
gap> eq:=EllipticQuadric(3,2);
Q-(32)
gap> em:=NaturalEmbeddingBySubfield(eq,hq);
#I  No intertwiner computed. <geom1> must have a collineation group computed
<geometry morphism from <Elements of Q-(32)> to <Elements of Q+(34)>>
gap> eqpts:=ImagesSet(em,AsList(Points(eq)));
[ <a point in Q+(34)>, <a point in Q+(34)>, <a point in Q+(34)>, 
  <a point in Q+(34)>, <a point in Q+(34)> ]

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