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

Quelle  bg_th_ex3.g   Sprache: unbekannt

 
#Background theory: example 3
mat := [[0,0,-2],[0,0,1],[2,-1,0]]*Z(7)^0;
form := BilinearFormByMatrix(mat,GF(7));
Display(form);
IsSymmetricForm(form);
IsAlternatingForm(form);
r := RadicalOfForm(form);
Dimension(r);
quit;

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]