[top][index]
search for:

Module ~ -- make a coherent sheaf

Synopsis:

  • Operator: ~ -- a unary postfix operator
  • Input:
  • an instance of class Module.
  • Output:
  • an instance of class CoherentSheaf.
  • M~ -- produce the coherent sheaf on a projective variety X corresponding to a homegeneous module M.

    See also:

  • CoherentSheaf -- the class of all coherent sheaves
  • Code:

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

    [top][index]
    search for: