Macaulay2 » Documentation
Packages » Varieties :: HH^ZZ SheafOfRings
next | previous | forward | backward | up | index | toc

HH^ZZ SheafOfRings -- cohomology of a sheaf of rings on a projective variety

Description

The command computes the $i$-th cohomology group of $OX$ as a vector space over the coefficient field of $X$.

i1 : Cubic = Proj QQ[x_0..x_2]/ideal(x_0^3+x_1^3+x_2^3)

o1 = Cubic

o1 : ProjectiveVariety
i2 : HH^1(OO_Cubic)

       1
o2 = QQ

o2 : QQ-module, free

See also

Ways to use this method:


The source of this document is in Varieties/doc-functors.m2:600:0.