Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/forms/tst/output/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 5.4.2025 mit Größe 757 B image not shown  

Quelle  test_forms2.out   Sprache: unbekannt

 
gap> #test_forms2.g
gap> f := GF(7);
GF(7)
gap> gram := [[-3,0,0,0,0,0],[0,0,3,0,0,0],[0,3,0,0,0,0],[0,0,0,0,0,-1/2],[0,0,0,0,1,0],[0,0,0,-1/2,0,0]]*Z(7)^0;
[ [ Z(7)^4, 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7) ], 
  [ 0*Z(7), 0*Z(7), Z(7), 0*Z(7), 0*Z(7), 0*Z(7) ], 
  [ 0*Z(7), Z(7), 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7) ], 
  [ 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7), Z(7) ], 
  [ 0*Z(7), 0*Z(7), 0*Z(7), 0*Z(7), Z(7)^0, 0*Z(7) ], 
  [ 0*Z(7), 0*Z(7), 0*Z(7), Z(7), 0*Z(7), 0*Z(7) ] ]
gap> form := BilinearFormByMatrix(gram,f);
< bilinear form >
gap> IsEllipticForm(form);
true
gap> TypeOfForm(form);
-1
gap> Display(form);
Elliptic bilinear form
Gram Matrix:
 4 . . . . .
 . . 3 . . .
 . 3 . . . .
 . . . . . 3
 . . . . 1 .
 . . . 3 . .
Witt Index: 2
gap> quit;

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]