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

Quelle  w53.g   Sprache: unbekannt

 
#A form for W(5,3)
f := GF(3);
gram := [
[0,0,0,1,0,0], 
[0,0,0,0,1,0],
[0,0,0,0,0,1],
[-1,0,0,0,0,0],
[0,-1,0,0,0,0],
[0,0,-1,0,0,0]] * One(f);;
form := BilinearFormByMatrix( gram, f );
IsSymplecticForm( form );
Display( form );
b := BaseChangeToCanonical( form );
Display( b );
Display( b * gram * TransposedMat(b) );
quit;

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]