Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/guarana/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 11.1.2022 mit Größe 1 kB image not shown  

Quelle  guarana2.tst   Sprache: unbekannt

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

gap> START_TEST("Test 2 of guarana package");
gap> ll := GUARANA.Tr_n_O1( 3 );
[ Pcp-group with orders [ 222000000000 ], 
  [ [ 1 .. 3 ], [ 4 .. 6 ], [ 7 .. 12 ] ], 
  Pcp-group with orders [ 000000 ], 
  Pcp-group with orders [ 000000 ], 
  Pcp-group with orders [ 000 ], Pcp-group with orders [ 000 ] ]
gap> malCol := MalcevCollectorConstruction( ll );
<<Malcev collector>>
  F : [ 222 ]
  C : <<Malcev object of dimension 3>>
  N : <<Malcev object of dimension 6>>
gap> exps_g := [ 111, -3, -21, -2, -103, -1,3 ];
111, -3, -21, -2, -103, -13 ]
gap> exps_h := [ 101, -10204, -159,-5 ];
101, -10204, -159, -5 ]
gap> g := MalcevGElementByExponents( malCol, exps_g );
111, -3, -21, -2, -103, -13 ]
gap> h := MalcevGElementByExponents( malCol, exps_h );
101, -10204, -159, -5 ]
gap> k := g*h;
010, -4, -23, -70, -37, -16, -352, -212 ]
gap> STOP_TEST( "guarana2.tst", 20000);


[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-26]