[top][index]
search for:

quotient(Module,Module) -- ideal or submodule quotient

Synopsis:

  • Function: quotient -- ideal or submodule quotient
  • Input:
  • an instance of class Module.
  • an instance of class Module.
  • Output:
  • an instance of class Ideal.
  • Optional arguments :
  • quotient(..., MinimalGenerators => ...)
  • quotient(..., Strategy => ...) -- specify a computational strategy
  • Code:

         -- ../../../Macaulay2-0.9.2/Macaulay2/m2/colon.m2:173
         quotient(Module,Module     ) := Ideal  => options -> (M,N) -> (quotientAnn options)(M,N)

    [top][index]
    search for: