Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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