RegularChains[ChainTools]
Polynomial
polynomial of a regular chain with specified main variable
Calling Sequence
Parameters
Description
Examples
Polynomial(v, rc, R)
v
-
variable of R
rc
regular chain of R
R
polynomial ring
The command Polynomial(v, rc, R) returns the polynomial of rc with main variable v, otherwise an error is produced.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form Polynomial(..) 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][Polynomial](..).
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
p1≔Polynomial⁡x,T,R
p1≔x2−x⁢y−z⁢x+z⁢y
p2≔Polynomial⁡y,T,R
p2≔y2+z
p3≔Polynomial⁡z,T,R
p3≔z2+3⁢z+2
See Also
Chain
Cut
Empty
Equations
IsAlgebraic
PolynomialRing
RegularChains
Download Help Document