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[EliminationIdeal] - eliminate variables from an ideal (subring intersection)
Calling Sequence
EliminationIdeal(J, X)
Parameters
J
-
polynomial ideal
X
set of subring variable names
Description
The EliminationIdeal command eliminates variables from an ideal using a Groebner basis computation. The result of EliminationIdeal(J, X) is the intersection of the ideal J with the subring .
Note: You cannot use the Intersect command to compute this result. For any variables X, the polynomial ring is represented by the ideal , and Intersect(J, <1>) = J.
The EliminationIdeal command can be used to perform nonlinear elimination on a general set of relations. This is demonstrated below.
Examples
In this example, we use EliminationIdeal to derive trigonometric identities algebraically, starting from an ideal of known relations. The trigonometric functions are enclosed in backquotes to prevent Maple from recognizing them.
See Also
Groebner[Basis], isolate, PolynomialIdeals, PolynomialIdeals[Generators], PolynomialIdeals[Intersect]
Download Help Document