Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 0c1f9463f03451b5503f0c33beb88a98 > files > 1721

gap-system-4.4.12-5mdv2010.0.x86_64.rpm


ll := GUARANA.Tr_n_O1( 3 );
malCol := MalcevCollectorConstruction( ll );


exps_g := [ 1, 1, 1, -3, -2, 1, -2, -1, 0, 3, -1,3 ];
exps_h := [ 1, 0, 1, -1, 0, 2, 0, 4, -1, 5, 9,-5 ];

g := MalcevGElementByExponents( malCol, exps_g );
h := MalcevGElementByExponents( malCol, exps_h );
k := g*h;

Random( malCol, 10 );


GUARANA.AverageRuntimeCollec( malCol, [2,4,8], 1000 );