[top][index]
search for:

CoherentSheaf / CoherentSheaf -- quotient of coherent sheaves

Synopsis:

  • Operator: / -- a binary operator, usually used for division
  • Input:
  • an instance of class CoherentSheaf.
  • an instance of class CoherentSheaf.
  • Output:
  • an instance of class CoherentSheaf.
  • F / G -- quotient of coherent sheaves.

    See also:

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

         -- ../../../Macaulay2/m2/varieties.m2:126
         CoherentSheaf / CoherentSheaf := CoherentSheaf => (F,G) -> sheaf(F.variety, F.module / G.module)

    [top][index]
    search for: