next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Binomials :: cellularBinomialAssociatedPrimes

cellularBinomialAssociatedPrimes -- Associated primes of a cellular binomial ideal

Synopsis

Description

If the cell variables are known, they can be given via the option CellVariables otherwise they are computed.
R = QQ[x,y]
I = ideal(x^2-1,y-x)
cv = isCellular (I,ReturnCellVars=>true)
cellularBinomialAssociatedPrimes (I,CellVariables=>cv)

See also

Ways to use cellularBinomialAssociatedPrimes :