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

Quelle  subgeometries_ambientspace.g   Sprache: unbekannt

 
# underlying vector space/ ambient space of a subgeometry
pg := PG(2,5^6);
sub1 := CanonicalSubgeometryOfProjectiveSpace(pg,5);
UnderlyingVectorSpace(pg);
UnderlyingVectorSpace(sub1);
AmbientSpace(sub1);
sub2 := CanonicalSubgeometryOfProjectiveSpace(pg,5^3);
AmbientSpace(sub2);
UnderlyingVectorSpace(sub2);
frame := RandomFrameOfProjectiveSpace(pg);
sub3 := SubgeometryOfProjectiveSpaceByFrame(pg,frame,5^2);
AmbientSpace(sub3);
UnderlyingVectorSpace(sub3);
quit;


[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]