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[IsRadical] - test whether an ideal is radical
PolynomialIdeals[Radical] - compute the radical of an ideal
PolynomialIdeals[RadicalMembership] - test for membership in the radical
Calling Sequence
IsRadical(J)
Radical(J)
RadicalMembership(f, J)
Parameters
J
-
polynomial ideal
f
polynomial
Description
The IsRadical command tests whether a given ideal is radical. An ideal J is radical if in J implies f in J for all f in the polynomial ring. Similarly, the radical of J is the ideal of polynomials f such that is in J for some integer m. This can be computed using the Radical command.
The RadicalMembership command tests for membership in the radical without explicitly computing the radical. This command can be useful in cases where computation of the radical cannot be performed.
The algorithms employed by Radical and IsRadical are based on the algorithm for prime decomposition, and require only a single lexicographic Groebner basis in the zero-dimensional case. In practice, this means that computing the radical is no harder than computing a decomposition, and that both can be computed using the same information.
The Radical and IsRadical commands require polynomials over a perfect field. Infinite fields of positive characteristic are not supported, and over finite fields only zero-dimensional ideals can be handled because the dimension reducing process generates infinite fields. These restrictions do not apply to the RadicalMembership command.
Compatibility
The PolynomialIdeals[IsRadical], PolynomialIdeals[Radical] and PolynomialIdeals[RadicalMembership] commands were updated in Maple 16.
Examples
See Also
Groebner[Basis], map, PolynomialIdeals, PolynomialIdeals[HilbertDimension], PolynomialIdeals[IdealContainment], PolynomialIdeals[IdealMembership], PolynomialIdeals[Intersect], PolynomialIdeals[PrimeDecomposition], PolynomialIdeals[ZeroDimensionalDecomposition]
References
Cox, D.; Little, J.; and O'Shea, D. Ideals, Varieties, and Algorithms. 2nd ed. New York: Springer-Verlag, 1997.
Gianni, P.; Trager, B.; and Zacharias, G. "Grobner bases and primary decompositions of polynomial ideals." J. Symbolic Comput. Vol. 6, (1988): 149-167.
Download Help Document