[next][previous][up][top][index]
search for:

Ideal + Ideal -- sum of ideals

Synopsis:

  • Operator: + -- a binary operator
  • Input:
  • an instance of class Ideal.
  • an instance of class Ideal.
  • Output:
  • an instance of class Ideal.
  • I + J -- the sum of two ideals.

    Code:

         -- ../../../Macaulay2/m2/matrix1.m2:522
         Ideal + Ideal := Ideal => (I,J) -> ideal (generators I | generators J)

    [next][previous][up][top][index]
    search for: