[top][index]
search for:

sheaf Module -- make a coherent sheaf

Synopsis:

  • Function: sheaf -- make a coherent sheaf
  • Input:
  • an instance of class Module.
  • Output:
  • an instance of class CoherentSheaf.
  • sheaf M -- produce the coherent sheaf on a projective variety X corresponding to a homegeneous module M.

    Code:

         -- ../../../Macaulay2/m2/varieties.m2:110
         Module ~ := sheaf Module := CoherentSheaf => (M) -> sheaf(Proj ring M,M)

    [top][index]
    search for: