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
RegularChains[ChainTools][ChangeOfOrder] - change of order for a regular chain
Calling Sequence
ChangeOfOrder(rc, R, R2)
Parameters
rc
-
regular chain of R
R
polynomial ring
R2
Description
The command ChangeOfOrder returns a regular chain rc2 of R2 which has the same saturated ideal as rc.
The saturated ideal of the regular chain rc must be universally characterizable; in particular, the algorithm applies if the saturated ideal of rc is a prime ideal.
The key point of this approach is to reduce to the dimension zero case, that is, isolating this particular case as the central one. In order to achieve this reduction, the input regular chain is transformed by a sequence of elementary changes of variable orders in dimension zero. Matroid theory is used to compute this sequence of intermediate variable orders. Several known techniques, notably lifting techniques and rational reconstruction, play important roles here.
This command is part of the ChainTools package, so it can be used in the form ChangeOfOrder(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][ChangeOfOrder](..).
Examples
See Also
ChainTools, EqualSaturatedIdeals, Equations, PolynomialRing, RegularChains, Triangularize
References
Dahan, X.; Jin, X.; Moreno Maza, M. and Schost, E. "Change of Ordering for Regular Chains in Positive Dimension." Proc. Maple Conference, Waterloo, 2006.
Download Help Document