RegularChains[ChainTools]
IsInSaturate
test membership to the saturated ideal of a regular chain
Calling Sequence
Parameters
Description
Examples
IsInSaturate(p, rc, R)
p
-
polynomial of R
rc
regular chain of R
R
polynomial ring
The command IsInSaturate(p,rc,R) returns true if and only if p belongs to the saturated ideal of rc.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form IsInSaturate(..) 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][IsInSaturate](..).
withRegularChains:withChainTools:
R≔PolynomialRingz,y,x
R≔polynomial_ring
pz≔xz2+y2+1
px≔x2+1
rc≔Chainpx,pz,EmptyR,R
rc≔regular_chain
Lp≔pz,px,pz+px,x2pz−px,px2,3px+xypz
Lp≔z2x+y2+1,x2+1,z2x+x2+y2+2,z2x+y2+1x2−x2−1,x2+12,z2x+y2+1xy+3x2+3
foritonopsLpdoIsInSaturateLpi,rc,Renddo
true
See Also
Chain
ChainTools
Empty
EqualSaturatedIdeals
IsIncluded
IsInRadical
PolynomialRing
RegularChains
Triangularize
Download Help Document