Macaulay2 » Documentation
Packages » MCMApproximations :: socleDegrees
next | previous | forward | backward | up | index | toc

socleDegrees -- lists the degrees of the socle generators

Description

L is the list of socle degrees of M, with multiplicities. Thus L = {} if the socle is 0.

i1 : R = ZZ/101[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : socleDegrees(coker vars R)

o2 = {0}

o2 : List
i3 : socleDegrees(R^1/(ideal vars R)^2)

o3 = {1, 1, 1}

o3 : List
i4 : socleDegrees(R^1/(ideal(x,y,z)*ideal(x,y)))

o4 = {1, 1}

o4 : List

Ways to use socleDegrees:

  • socleDegrees(Module)

For the programmer

The object socleDegrees is a method function.


The source of this document is in MCMApproximations.m2:326:0.