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[ConstructibleSetTools][IsEmpty] - check whether a constructible set is empty or not
RegularChains[SemiAlgebraicSetTools][IsEmpty] - check whether a semi-algebraic set is empty or not
Calling Sequence
IsEmpty(cs, R)
IsEmpty(sys, R)
IsEmpty(F,N,P,H, R)
Parameters
cs
-
constructible set structure
sys
list of polynomial constraints
F
list of polynomials
N
P
H
R
polynomial ring
Description
The command IsEmpty(cs, R) decides whether the constructible set cs is empty or not. The polynomial ring may have characteristic zero or a prime characteristic.
The command IsEmpty(sys, R) checks whether the zero set of the set of constraints sys is empty or not. The constraints in sys can be any polynomial equations, inequations or inequalities given by polynomials of R. The zero set of sys is regarded as the set of the real solutions of the polynomial system defined by sys. This assumes that R has characteristic zero.
The command IsEmpty(F, N, P, H, R) checks whether the zero set of the semi-algebraic system represented by [F, N, P, H] (see RealTriangularize) is empty or not. This assumes that R has characteristic zero.
This command is available once either the RegularChains[ConstructibleSetTools] submodule or the RegularChains[SemiAlgebraicSetTools] submodule have been loaded. It can always be accessed through one of the following long forms: RegularChains:-ConstructibleSetTools:-IsEmpty or RegularChains:-SemiAlgebraicSetTools:-IsEmpty.
Compatibility
The RegularChains[SemiAlgebraicSetTools][IsEmpty] command was introduced in Maple 16.
The sys, F, N, P, H and R parameters were introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
Define a polynomial ring first.
Then construct a constructible set cs as follows.
Semi-algebraic case:
See Also
ConstructibleSet, ConstructibleSetTools, EmptyConstructibleSet, EmptySemiAlgebraicSet, GeneralConstruct, IsContained, RealTriangularize, RegularChains, SemiAlgebraicSetTools
Download Help Document