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

isGorenstein(Ideal) -- whether the ring is Gorenstein

Synopsis

Description

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

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

o2 = false
i3 : isGorenstein (ideal(x^2,y^2))

o3 = true
i4 : isGorenstein (ideal(x*z+y*z,x*y+y*z,x^2-y*z,y*z^2+z^3,y^3-z^3))

o4 = true

Ways to use this method: