File: 4.13.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 (10 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
gap> C:=PureComplexComplement(K);;
gap> C:=ContractedComplex(C);;
gap> G:=FundamentalGroup(C);;
gap> GeneratorsOfGroup(G);
[ f1, f2 ]
gap> RelatorsOfFpGroup(G);
[ f2*f1^-1*f2^-1*f1^-1*f2*f1 ]

gap> AlexanderPolynomial(G);
x_1^2-x_1+1