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

Quelle  bg_th_ex6.g   Sprache: unbekannt

 
#Background theory: example 6
V := GF(4)^3;                           
mat := [[Z(2^2)^2,Z(2^2),Z(2^2)^2],[Z(2^2)^2,Z(2)^0,Z(2)^0],
        [0*Z(2),Z(2)^0,0*Z(2)]];
qform := QuadraticFormByMatrix(mat, GF(4));
Display( qform );
PolynomialOfForm( qform );
quit;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]