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

Quelle  pres_sesforms2.g   Sprache: unbekannt

 
#Preserved Sesquilinear forms: example 2
a := [ [ -1, 0, 0, -1, 0, 1 ], [ 0, -1, -1, 0, 0, 1 ], 
       [ -1, 0, 0, 1, 0, 0 ],  [ 0, -1, 1, 0, 0, -1 ], 
       [ 0, 0, 0, 0, 0, -1 ], [ 0, -1, -1, 1, 1, 1 ] ] * One(GF(3));;
b := [ [ 1, -1, 1, -1, 1, -1 ], [ 1, 1, -1, 1, 1, 0 ], 
       [ -1, 0, 1, 0, 0, 0 ], [ 0, -1, 0, 0, 0, 1 ], 
       [ 1, 1, 1, 1, 1, 1 ], [ -1, 1, 1, 1, -1, 0 ] ] * One(GF(3));;
g := Group( a, b );
forms := PreservedSesquilinearForms( g );
Display( forms[1] );
m := GModuleByMats( [a,b], GF(3) );;
usemeataxe := MTX.InvariantBilinearForm(m);
quit;

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]