File: 3.11.8

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 (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
R:=ContractibleGcomplex("SL(2,O-3)");;
Print(IsRigid(R),"\n");
S:=BaryCentricSubdivision(R);;
C:=TensorWithComplexRepresentationRing(S);;
Print(Homology(C,0),"\n");
Print(Homology(C,1),"\n");