Macaulay2 » Documentation
Packages » TorAlgebra :: isGolod(Ideal)
next | previous | forward | backward | up | index | toc

isGolod(Ideal) -- whether the ring is Golod

Synopsis

Description

Checks if the local ring obtained by localizing the quotient by I at the irrelevant maximal ideal is Golod.

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

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

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

o4 = true

Ways to use this method: