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

isCI(Ideal) -- whether the ring is complete intersection

Synopsis

Description

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

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

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

o3 = true

Ways to use this method: