File: 4.3.2

package info (click to toggle)
gap-hap 1.66%2Bds-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 55,348 kB
  • sloc: xml: 15,368; sh: 216; javascript: 155; makefile: 126; ansic: 57; perl: 36
file content (10 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
G:=SmallGroup(32,20);;
R:=ResolutionFiniteGroup(G,4);;
aut:=AutomorphismGroup(G);;
gens:=MinimalGeneratingSet(aut);;
A:=CyclicGroup(32);;
A:=TrivialGModuleAsGOuterGroup(G,A);;
C:=HomToGModule(R,A);;
H:=CohomologyModule(C,aut,3);;
act:=function(h,a); return H!.OuterAction(a^-1,h); end;;
Print(Orbits(aut,H!.ActedGroup,act),"\n");