Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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