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
RegularChains[ParametricSystemTools][DefiningSet] - compute the defining set of a regular chain
Calling Sequence
DefiningSet(rc, d, R)
Parameters
rc
-
regular chain
d
number of parameters
R
polynomial ring
Description
The command DefiningSet(rc, d, R) returns the defining set of rc with respect to the last d variables, regarded as parameters. This is a constructible set .
Given a positive integer d, the regular chain rc can be split into two parts. Denote by the set of the polynomials in rc involving only the last d variables, and denote by the other polynomials of rc. Certainly, both and are regular chains.
Let be the quasi-component of . For a point in , after specializing at , two situations arise:
(1) either is not a regular chain anymore;
(2) or is still a regular chain.
There is a subtle point: after specializing at , it might happen that it is still a regular chain, but its shape changes. In other words, the degree of the geometric object given by could change. The term specialize well, defined below, takes these cases into account.
The regular chain rc specializes well at a point of if is a regular chain after specialization and no initial of polynomials in rc1 vanish during the specialization.
The defining set of rc with respect to the last d variables consists of the points in at which rc specializes well.
This command is part of the RegularChains[ParametricSystemTools] package, so it can be used in the form DefiningSet(..) only after executing the command with(RegularChains[ParametricSystemTools]). However, it can always be accessed through the long form of the command by using RegularChains[ParametricSystemTools][DefiningSet](..).
Examples
Consider the following parametric polynomial system F.
For different values of u and v, the solution set has a different nature. For example, u=0 and v=0 is a degenerate case: x=0 and y can be any value. To understand more about F, first decompose F into a set of regular chains.
The first regular chain is simple. For all values of u and v, it is well-specialized.
For the last one, its defining set is given by and , and the inequality is to ensure that rc1 specializes well.
See Also
ComprehensiveTriangularize, ConstructibleSet, DiscriminantSet, Info, ParametricSystemTools, PreComprehensiveTriangularize, RegularChains, Triangularize
Download Help Document