Macaulay2 » Documentation
Packages » Triplets :: cohTable(ZZ,ZZ,Triplet)
next | previous | forward | backward | up | index | toc

cohTable(ZZ,ZZ,Triplet) -- cohomology table

Synopsis

Description

The hypercohomology table is written in the shifted form with H^i(E(d) in row i and column d+i.
i1 : T = triplet({1,2,3}, {1,3}, {0,2,3})  

o1 = {{1, 2, 3}, {1, 3}, {0, 2, 3}}

o1 : Triplet
i2 : cohTable(-7,4,T)

         -7 -6 -5 -4 -3 -2 -1 0 1  2  3  4
o2 =  2: 77 50 30 16  7  2  . . .  .  .  .
      1:  2  2  2  2  2  2  2 1 .  .  .  .
      0:  .  .  .  .  .  .  . . 1  2  3  4
     -1:  .  .  .  .  .  .  . 1 4 10 20 35

o2 : CohomologyTally

See also

Ways to use this method: