PolynomialIdeals[ZeroDimensionalDecomposition] - decompose an ideal into zero-dimensional ideals
|
Calling Sequence
|
|
ZeroDimensionalDecomposition(J)
|
|
Description
|
|
•
|
The ZeroDimensionalDecomposition command computes a sequence of zero-dimensional ideals, some of which may lie in extended polynomial rings. That is, to make the resulting ideals zero-dimensional, ring variables can be moved into the coefficient field. If the ideals in the resulting sequence are contracted back to the original ring and intersected, you get the original ideal. In general, this decomposition is not unique.
|
•
|
This command allows you to run algorithms for zero-dimensional ideals on ideals of positive Hilbert dimension. Be aware that some algorithms do not interact well with the extension and contraction process. In particular, you cannot use this process to directly test whether an ideal is radical because the decomposition of a radical ideal may contain non-radical components that vanish under contraction and intersection. Valid applications include solving, testing whether an ideal is prime or primary, and computing prime or primary decompositions or radical of an ideal.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
|
|
References
|
|
|
Becker, T., and Weispfenning, V. Groebner Bases. New York: Springer-Verlag, 1993.
|
|
|
Download Help Document
Was this information helpful?