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

SSL cps_element1.include   Sprache: unbekannt

 
rahmenlose Ansicht.include DruckansichtUnknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> ps := SymplecticSpace(3,4);
W(3, 4)
gap> v := [1,0,1,0]*Z(4)^0;
[ Z(2)^0, 0*Z(2), Z(2)^0, 0*Z(2) ]
gap> p := VectorSpaceToElement(ps,v);
<a point in W(3, 4)>
gap> mat := [[1,1,0,1],[0,0,1,0]]*Z(4)^0;
[ [ Z(2)^0, Z(2)^0, 0*Z(2), Z(2)^0 ], [ 0*Z(2), 0*Z(2), Z(2)^0, 0*Z(2) ] ]
gap> line := VectorSpaceToElement(ps,mat);
Error, <x> does not generate an element of <geom> called from
<function "unknown">( <arguments> )
 called from read-eval loop at line 12 of *stdin*
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> quit;
gap> mat := [[1,1,0,0],[0,0,1,0]]*Z(4)^0;
[ [ Z(2)^0, Z(2)^0, 0*Z(2), 0*Z(2) ], [ 0*Z(2), 0*Z(2), Z(2)^0, 0*Z(2) ] ]
gap> line := VectorSpaceToElement(ps,mat);
<a line in W(3, 4)>
gap> p := VectorSpaceToElement(ps,[0,0,0,0]*Z(4)^0);
< empty subspace >

[ Verzeichnis aufwärts0.65unsichere Verbindung  ]