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

Quelle  test_bg_th_ex2.g   Sprache: unbekannt

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

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]