RegularChains[ChainTools]
Under
regular sub-chain with respect to specified variable
Calling Sequence
Parameters
Description
Examples
Under(v, rc, R)
v
-
variable of of R
rc
regular chain of R
R
polynomial ring
The command Under(v, rc, R) returns the regular chain consisting of the polynomials of rc with main variable strictly less than v.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form Under(..) 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][Under](..).
with⁡RegularChains:
R≔PolynomialRing⁡x,y,z
R≔polynomial_ring
with⁡ChainTools:
T≔Empty⁡R:
T≔Chain⁡z+1⁢z+2,y2+z,x−z⁢x−y,T,R
T≔regular_chain
Equations⁡T,R
x2+−y−z⁢x+z⁢y,y2+z,z2+3⁢z+2
rc≔Under⁡x,T,R
rc≔regular_chain
See Also
Chain
Cut
Empty
Equations
IsAlgebraic
Polynomial
PolynomialRing
RegularChains
Upper
Download Help Document