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

Quelle  cps_span.include   Sprache: unbekannt

 
gap> ps := HyperbolicQuadric(5,2);
Q+(5, 2)
gap> p := Random(Planes(ps));
<a plane in Q+(5, 2)>
gap> q := Random(Planes(ps));
<a plane in Q+(5, 2)>
gap> s := Span(p,q);
<a proj. 4-space in ProjectiveSpace(5, 2)>
gap> s = Span([p,q]);
true
gap> t := Span(EmptySubspace(ps),p);
<a plane in Q+(5, 2)>
gap> t = p;
true

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]