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

Quelle  bg_th_ex1.include   Sprache: unbekannt

 
gap> mat := [[1,0,0],[0,1,4],[1,2,1]]*Z(5)^0;
[ [ Z(5)^0, 0*Z(5), 0*Z(5) ], [ 0*Z(5), Z(5)^0, Z(5)^2 ], 
  [ Z(5)^0, Z(5), Z(5)^0 ] ]
gap> form := BilinearFormByMatrix(mat,GF(5));
Error, Invalid Gram matrix at ./pkg/forms/lib/forms.gi:128 called from
BilinearFormByMatrixOp( m, f ) at ./pkg/forms/lib/forms.gi:149 called from
<function "BilinearFormByMatrix for a ffe matrix and a field">( <arguments> )
 called from read-eval loop at *stdin*:3
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> quit;

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]