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

Quelle  morphisms_embedding1.include   Sprache: unbekannt

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

gap> geom1 := ProjectiveSpace(23);
ProjectiveSpace(23)
gap> geom2 := ProjectiveSpace(33);
ProjectiveSpace(33)
gap> planes := Planes(geom2);
<planes of ProjectiveSpace(33)>
gap> hyp := Random(planes);
<a plane in ProjectiveSpace(33)>
gap> em := NaturalEmbeddingBySubspace(geom1, geom2, hyp);
<geometry morphism from <All elements of ProjectiveSpace(2
3)> to <All elements of ProjectiveSpace(33)>>
gap> points := Points(geom1);
<points of ProjectiveSpace(23)>
gap> x := Random(points);
<a point in ProjectiveSpace(23)>
gap> x^em;
<a point in ProjectiveSpace(33)>

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