File: 12.29.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 (16 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
gap> g1:=FundamentalGroup(DDorient[7][1]);;
gap> g2:=FundamentalGroup(DDorient[7][2]);;
gap> RelatorsOfFpGroup(g1);
[ f1^-1*f2*f1*f2^-1, f3^-1*f1*f3*f1, f3^-1*f2^-1*f3*f2^-1 ]
gap> RelatorsOfFpGroup(g2);
[ f1*f2*f1^-1*f2^-1, f1^-1*f3*f1^-1*f3^-1, f3*f2*f3^-1*f2 ]

gap> h1:=FundamentalGroup(DDorient[9][1]);;
gap> h2:=FundamentalGroup(DDorient[9][2]);;
gap> h3:=FundamentalGroup(DDorient[9][3]);;
gap> StructureDescription(h1);
"Z"
gap> StructureDescription(h2);
"Z"
gap> StructureDescription(h3);
"Z"