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[IdealMembership] - test for ideal membership
PolynomialIdeals[IdealContainment] - test for ideal containment
Calling Sequence
IdealMembership(f, J)
IdealContainment(J, K, ...)
f in J
J subset K
Parameters
f
-
polynomial, or list or set of polynomials
J, K
polynomial ideals
Description
The IdealMembership command tests elements for membership in an ideal. If the first argument is a list or set of polynomials, IdealMembership returns true if and only if all of the elements are members of the ideal. The criterion for ideal membership is Groebner[NormalForm](f, J) = 0.
The IdealContainment command tests whether ideals are contained within one another, and can test sequences of containments from left to right. It returns true if and only if all containments are valid. For example, IdealContainment(J, K, L) tests whether J is contained in K and K is contained in L.
A particularly useful form of the IdealContainment command is IdealContainment(J, K, J), which tests whether the ideals J and K are equal.
The functionality of these commands is also available through the in and subset operators, see PolynomialIdeals[Operators] for more information.
Examples
See Also
expand, Groebner[Basis], Groebner[NormalForm], PolynomialIdeals, PolynomialIdeals[Operators]
Download Help Document