RegularChains
Equations
list of equations of the regular chain
Calling Sequence
Parameters
Description
Examples
Equations(rc, R)
rc
-
regular chain of R
R
polynomial ring
The command Equations(rc,R) returns the list of the polynomials of rc by decreasing order of main variable.
This command is part of the RegularChains package, so it can be used in the form Equations(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Equations](..).
with⁡RegularChains:with⁡ChainTools:
R≔PolynomialRing⁡x,y,z
R≔polynomial_ring
In the polynomial ring the variables are ordered as follows: x>y>z.
rc≔Empty⁡R
rc≔regular_chain
rc≔Chain⁡z2+1,y2−z,x+y+z,rc,R
Equations⁡rc,R
x+y+z,y2−z,z2+1
See Also
Chain
ChainTools
Empty
ListConstruct
MainVariable
PolynomialRing
Download Help Document