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

Quelle  morphisms_fieldreduc1.include   Sprache: unbekannt

 
gap> pg1 := ProjectiveSpace(2,9);
PG(2, 9)
gap> pg2 := ProjectiveSpace(5,3);
PG(5, 3)
gap> em := NaturalEmbeddingByFieldReduction(pg1, pg2);
<geometry morphism from <Elements of PG(2, 9)> to <Elements of PG(5, 3)>>
gap> line := Random( Lines(pg1) );
<a line in PG(2, 9)>
gap> solid := line ^ em;
<a solid in PG(5, 3)>
gap> l := em!.prefun(solid);
<a line in PG(2, 9)>

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]