RegularChains[ChainTools]
EqualSaturatedIdeals
check if two regular chain generate the same saturated ideal
Calling Sequence
Parameters
Description
Examples
EqualSaturatedIdeals(rc1, rc2, R)
rc1
-
regular chain of R
rc2
R
polynomial ring
The command EqualSaturatedIdeals(rc1, rc2, R) returns true if and only if the regular chains rc1 and rc2 generate the same saturated ideal.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form EqualSaturatedIdeals(..) 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][EqualSaturatedIdeals](..).
See Also
Chain
DahanSchostTransform
Equations
IsIncluded
IsInSaturate
PolynomialRing
RegularChains
Triangularize
Download Help Document