RegularChains[ChainTools]
IsEmptyChain
test if a regular chain is empty
Calling Sequence
Parameters
Description
Examples
IsEmptyChain(rc, R)
rc
-
regular chain of R
R
polynomial ring
The command IsEmptyChain(rc, R) returns true if and only if rc is the empty regular chain of R.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form IsEmptyChain(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][IsEmptyChain](..).
with⁡RegularChains:with⁡ChainTools:
R≔PolynomialRing⁡x,y,z
R≔polynomial_ring
T≔Empty⁡R
T≔regular_chain
T≔Chain⁡z+1⁢z+2,y2+z,x−z⁢x−y,T,R
Equations⁡T,R
x2+−y−z⁢x+z⁢y,y2+z,z2+3⁢z+2
IsEmptyChain⁡T,R
false
See Also
Chain
ChainTools
Empty
Equations
PolynomialRing
RegularChains
Download Help Document