Macaulay2 » Documentation
Packages » Binomials :: isCellular
next | previous | forward | backward | up | index | toc

isCellular -- testing for cellular binomial ideals

Synopsis

Description

This function is the standard way to compute the cellular variables.
i1 : R = QQ[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : I = ideal (x-z^2,y^4)

               2       4
o2 = ideal (- z  + x, y )

o2 : Ideal of R
i3 : isCellular I

o3 = true
i4 : isCellular (I, ReturnCellVars=>true)

o4 = {x, z}

o4 : List

See also

Ways to use isCellular :

For the programmer

The object isCellular is a method function with options.