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

Quelle  test_forms1.tst   Sprache: unbekannt

 
Untersuchungsergebnis.tst Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

gap> START_TEST("Forms: test_forms1.tst");
gap> f := GF(3);;
gap> gram := [[0,0,0,0,0,2],[0,0,0,0,2,0],[0,0,0,1,0,0],[0,0,1,0,0,0],[0,2,0,0,0,0],[2,0,0,0,0,0]]*Z(3)^0;
[ [ 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3), Z(3) ], 
  [ 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3), Z(3), 0*Z(3) ], 
  [ 0*Z(3), 0*Z(3), 0*Z(3), Z(3)^0, 0*Z(3), 0*Z(3) ], 
  [ 0*Z(3), 0*Z(3), Z(3)^0, 0*Z(3), 0*Z(3), 0*Z(3) ], 
  [ 0*Z(3), Z(3), 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3) ], 
  [ Z(3), 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3), 0*Z(3) ] ]
gap> form := BilinearFormByMatrix(gram,f);
< bilinear form >
gap> Display(BaseChangeToCanonical(form));
 1 . 1 1 . 1
 1 . 2 2 . 1
 1 2 2 1 . 2
 2 . 1 2 2 1
 2 . 1 2 . 1
 . 1 2 1 2 .
gap> Display(form);
Hyperbolic bilinear form
Gram Matrix:
 . . . . . 2
 . . . . 2 .
 . . . 1 . .
 . . 1 . . .
 . 2 . . . .
 2 . . . . .
Witt Index: 3
gap> TypeOfForm(form);
1
gap> STOP_TEST("test_forms1.tst", 10000 );

[ zur Elbe Produktseite wechseln0.82Quellennavigators  ]