Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/tst/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 414 B image not shown  

Quelle  3.10.4   Sprache: unbekannt

 
G:=SmallGroup(16,6);;
K:=MaximalSubgroups(G)[2];;
f:=GroupHomomorphismByFunction(K,G,x->x);;
L:=InducedSteenrodHomomorphisms(f,8);;
HG:=L[1];;
HK:=L[2];;
iota:=L[3];;
gens:=ModPRingGenerators(HG);
Print(List(gens,HG!.degree),"\n");
w:=Sq(HK,2,Image(iota[5],gens[5]));;
P:=List(PreImagesElm(iota[7],w), x->x);;
PrintAlgebraWordAsPolynomial(HG,P[1]); Print("\n");
PrintAlgebraWordAsPolynomial(HG,P[2]); Print("\n");

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]