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

variety(CoherentSheaf) -- the underlying variety over which a coherent sheaf or morphism is defined.

Description

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

o1 = X

o1 : ProjectiveVariety
i2 : variety OO_X

o2 = X

o2 : ProjectiveVariety
i3 : variety OO_X(3)

o3 = X

o3 : ProjectiveVariety
i4 : variety id_(OO_X(3))

o4 = X

o4 : ProjectiveVariety

Ways to use this method:

  • variety(CoherentSheaf) -- the underlying variety over which a coherent sheaf or morphism is defined.
  • variety(SheafMap)
  • variety(SheafOfRings)
  • variety(SumOfTwists)

The source of this document is in Varieties/doc-sheaves.m2:531:0.