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

Quelle  projsp_span.g   Sprache: unbekannt

 
#span of elements of polar spaces
ps := ProjectiveSpace(3,3);
p := Random(Planes(ps));
q := Random(Planes(ps));
s := Span(p,q);
s = Span([p,q]);
t := Span(EmptySubspace(ps),p);
t = p;
Span(ps,p);
quit;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]