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

isSubset(Ideal,Ideal) -- whether something is a subset of another

Synopsis:

  • Function: isSubset -- whether something is a subset of another
  • Input:
  • an instance of class Ideal.
  • an instance of class Ideal.
  • Output:
  • an instance of class Boolean.
  • Code:

         -- ../../../Macaulay2/m2/modules2.m2:704
         isSubset(Ideal,Ideal) := (I,J) -> isSubset(module I, module J)

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