SSL cps_projdimension_element.include
Sprache: unbekannt
|
|
rahmenlose Ansicht.include DruckansichtUnknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen] gap> ps := EllipticQuadric(7,8);
Q-(7, 8)
gap> mat := [[0,0,1,0,0,0,0,0],[0,0,0,0,1,0,0,0]]*Z(8)^0;
[ [ 0*Z(2), 0*Z(2), Z(2)^0, 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2) ],
[ 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2), Z(2)^0, 0*Z(2), 0*Z(2), 0*Z(2) ] ]
gap> line := VectorSpaceToElement(ps,mat);
<a line in Q-(7, 8)>
gap> ProjectiveDimension(line);
1
gap> Dimension(line);
1
gap> e := EmptySubspace(ps);
< empty subspace >
gap> ProjectiveDimension(e);
-1
[ Verzeichnis aufwärts0.65unsichere Verbindung
]
|
2026-03-28
|