Macaulay2 » Documentation
Packages » Varieties :: module(CoherentSheaf)
next | previous | forward | backward | up | index | toc

module(CoherentSheaf) -- get the module defining a coherent sheaf

Synopsis

Description

i1 : X = Proj(QQ[x,y,z])

o1 = X

o1 : ProjectiveVariety
i2 : F = OO_X(3)

        1
o2 = OO  (3)
       X

o2 : coherent sheaf on X, free of rank 1
i3 : module F

               1
o3 = (QQ[x..z])

o3 : QQ[x..z]-module, free, degrees {-3}
i4 : degrees oo

o4 = {{-3}}

o4 : List

See also

Ways to use this method: