File: 6.2.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 (4 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
F:=FreeGroup(3);;x:=F.1;;y:=F.2;;z:=F.3;;
rels:=[x*y*x*(y*x*y)^-1, y*z*y*(z*y*z)^-1, z*x*z*(x*z*x)^-1];;
R:=ResolutionAsphericalPresentation(F/rels,3);;
Print(Homology(TensorWithIntegers(R),2),"\n");;