RegularChains[ChainTools]
IsInRadical
test membership to the radical of a saturated ideal
Calling Sequence
Parameters
Description
Examples
IsInRadical(p, rc, R)
p
-
polynomial of R
rc
regular chain of R
R
polynomial ring
The command IsInRadical(p, rc, R) returns true if and only if p belongs to the radical of the saturated ideal of rc.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form IsInRadical(..) 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][IsInRadical](..).
Note that this input system is already a regular chain.
Is in the saturated ideal of rc?
Is is the radical of the saturated ideal of rc?
The function Triangularize can remove the squares as follows.
Is in the saturated ideal of sfrc?
See Also
ChainTools
EqualSaturatedIdeals
Equations
IsIncluded
IsInSaturate
NumberOfSolutions
PolynomialRing
RegularChains
Triangularize
Download Help Document