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

Quelle  isometriccanonicalform.g   Sprache: unbekannt

 
#morphisms: IsometricCanonicalForm
mat := [ [ Z(8) , 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2) ], 
[ 0*Z(2), Z(2)^0, Z(2^3)^5, 0*Z(2), 0*Z(2) ], 
[ 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2) ], 
[ 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2), Z(2)^0 ], 
[ 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2), 0*Z(2) ] ];;
form := QuadraticFormByMatrix(mat,GF(8));
iso := IsometricCanonicalForm(form);
Display(form);
Display(iso);
quit;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]