Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fining/examples/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 221 B image not shown  

Quelle  morphisms_projection.g   Sprache: unbekannt

 
#NAtural projection by subspace example
ps := HyperbolicQuadric(5,3);
x := Random(Points(ps));;
planes_on_x := AsList( Planes(x) );
proj := NaturalProjectionBySubspace(ps, x);
image := ImagesSet(proj, planes_on_x);
quit;

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]