[top][index]
search for:

ass(..., PrintLevel => ...)

The PrintLevel should be one of the following.

  • 0 -- (default) Returns the list of associated primes.
  • 1 -- Returns strategy number, associated primes as they are found, and full list at the end.
  • 2 -- Returns the results of PrintLevel=>1 and signals presence in loop. With Strategy => 1, the codimension of the associated primes is the loop number.
  • i1 : R = ZZ/31991[x,y,z];
    i2 : I = ideal(x*y*z, x*y^2 , x^3*y)

                          2   3
    o2 = ideal (x*y*z, x*y , x y)

    o2 : Ideal of R
    i3 : ass (I,PrintLevel=>2)
    ass:  Using Strategy 2
      beginning new ass loop

        ideal x

        ideal y

        ideal (x, y, z)

    o3 = {ideal x, ideal y, ideal (z, y, x)}

    o3 : List

    See also:

  • Default value: 0
  • Function: ass
  • Option name: PrintLevel

  • [top][index]
    search for: