next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
TorAlgebra :: isGolod

isGolod -- whether the ring is Golod

Synopsis

Description

Checks if the local ring obtained by localizing R at the irrelevant maximal ideal is Golod

i1 : Q = QQ[x,y,z];
i2 : isGolod (Q/ideal (x^2,x*y,y*z,z^2))

o2 = false
i3 : isGolod (Q/ideal (x^2))

o3 = true
i4 : isGolod (Q/(ideal (x,y,z))^2)

o4 = true