Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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