Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
PolynomialIdeals[ZeroDimensionalDecomposition] - decompose an ideal into zero-dimensional ideals
Calling Sequence
ZeroDimensionalDecomposition(J)
Parameters
J
-
polynomial ideal
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
See Also
map, op, PolynomialIdeals, PolynomialIdeals[Contract], PolynomialIdeals[IdealContainment], PolynomialIdeals[Intersect], PolynomialIdeals[IsRadical], PolynomialIdeals[Radical], PolynomialIdeals[Simplify]
References
Becker, T., and Weispfenning, V. Groebner Bases. New York: Springer-Verlag, 1993.
Download Help Document