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

Ideal * Ideal -- product of ideals

Synopsis:

  • Operator: * -- a binary operator, usually used for multiplication
  • Input:
  • an instance of class Ideal.
  • an instance of class Ideal.
  • Output:
  • an instance of class Ideal.
  • I * J -- the product of two ideals.

    Code:

         -- ../../../Macaulay2/m2/matrix1.m2:518
         Ideal * Ideal := Ideal => (I,J) -> ideal flatten (generators I ** generators J)

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