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[HilbertDimension] - compute the Hilbert dimension of an ideal
PolynomialIdeals[MaximalIndependentSet] - compute a maximal independent set of variables
PolynomialIdeals[IsZeroDimensional] - test if an ideal is zero-dimensional
Calling Sequence
HilbertDimension(J, X)
MaximalIndependentSet(J, X)
IsZeroDimensional(J, X)
Parameters
J
-
polynomial ideal
X
(optional) set of ring variable names
Description
The HilbertDimension command computes the Hilbert dimension of an ideal.
The MaximalIndependentSet command computes a maximal independent set of variables for an ideal J in . This set has the property that . The cardinality of this set is an invariant, equal to the Hilbert dimension of the ideal. These commands require a total degree Groebner basis.
The IsZeroDimensional command tests only whether an ideal has Hilbert dimension zero. This can be done using any Groebner basis. In cases where the dimension is not zero, some computation is avoided.
An optional second argument can be used to override the variables of the polynomial ring.
Examples
J is in Q[w, x, y, z].
See Also
Groebner[Basis], Groebner[HilbertDimension], Groebner[IsZeroDimensional], MonomialOrders, PolynomialIdeals, PolynomialIdeals[EliminationIdeal], PolynomialIdeals[IdealInfo]
References
Becker, T., and Weispfenning, V. Groebner Bases. New York: Springer-Verlag, 1993.
Download Help Document