File: 6.1a.txt

package info (click to toggle)
gap-hap 1.70%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,612 kB
  • sloc: xml: 16,139; sh: 216; javascript: 155; makefile: 126; ansic: 47; perl: 36
file content (12 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
gap> G:=SymmetricGroup(10);;
gap> H:=AlternatingGroup(7);;
gap> f:=GroupHomomorphismByFunction(H,G,x->x);;
gap> F:=GroupHomology(f,3);
MappingByFunction( Pcp-group with orders [ 4, 3 ], Pcp-group with orders 
[ 2, 2, 4, 3 ], function( x ) ... end )
gap> AbelianInvariants(Range(F)/Image(F));
[ 2, 2 ]

gap> Fmod2:=GroupHomology(f,3,2);;
gap> AbelianInvariants(Range(Fmod2)/Image(Fmod2));
[ 2, 2 ]