Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/forms/examples/include/   (GAP Algebra Version 4.15.1©)  Datei vom 5.4.2025 mit Größe 739 B image not shown  

Quelle  pres_sesforms2.include   Sprache: unbekannt

 
Spracherkennung für: .include vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> a := [ [ -100, -101 ], [ 0, -1, -1001 ], 
>        [ -100100 ],  [ 0, -1100, -1 ], 
>        [ 00000, -1 ], [ 0, -1, -1111 ] ] * One(GF(3));;
gap> b := [ [ 1, -11, -11, -1 ], [ 11, -1110 ], 
>        [ -101000 ], [ 0, -10001 ], 
>        [ 111111 ], [ -1111, -10 ] ] * One(GF(3));;
gap> g := Group( a, b );
<matrix group with 2 generators>
gap> forms := PreservedSesquilinearForms( g );
[ < bilinear form > ]
gap> Display( forms[1] );
Bilinear form
Gram Matrix:
 . 1 . . . .
 1 . . . . .
 . . . 1 . .
 . . 1 . . .
 . . . . . 1
 . . . . 1 .
gap> m := GModuleByMats( [a,b], GF(3) );;
gap> usemeataxe := MTX.InvariantBilinearForm(m);
fail

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-18]