RegularChains[ChainTools][Squarefree] - decomposition into square-free regular chains
|
Calling Sequence
|
|
Squarefree(rc, R,'normalized'='yes')
|
|
Parameters
|
|
rc
|
-
|
regular chain of R
|
R
|
-
|
polynomial ring
|
'normalized'='yes'
|
-
|
(optional) boolean flag
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
We define a ring of polynomials.
>
|
|
| (1) |
We define a regular chain, where one polynomial is a square modulo the other.
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
We remove this square by calling RegularChains[Squarefree].
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?