RegularChains[ChainTools]
Squarefree
decomposition into square-free regular chains
Calling Sequence
Parameters
Description
Examples
Squarefree(rc, R,'normalized'='yes')
rc
-
regular chain of R
R
polynomial ring
'normalized'='yes'
(optional) boolean flag
The command Squarefree(rc, R) returns a triangular decomposition of rc into regular chains with square-free saturated ideals. This triangular decomposition is the sense of Kalkbrener, that is, the radical of the the saturated ideal of rc must equal the intersection of the radical ideals of the saturated ideals of the output regular chains.
If 'normalized'='yes' is provided, then the output regular chains are also normalized.
with⁡RegularChains:with⁡ChainTools:
We define a ring of polynomials.
R≔PolynomialRing⁡x,y,z
R≔polynomial_ring
We define a regular chain, where one polynomial is a square modulo the other.
rc≔Empty⁡R
rc≔regular_chain
rc≔Chain⁡y2−z,x2−2⁢y⁢x+z,rc,R
Equations⁡rc,R
x2−2⁢y⁢x+z,y2−z
We remove this square by calling RegularChains[Squarefree].
lrc≔Squarefree⁡rc,R
lrc≔regular_chain
map⁡Equations,lrc,R
x−y,y2−z
See Also
Chain
ChainTools
Empty
Equations
PolynomialRing
RegularChains
Triangularize
Download Help Document