RegularChains[SemiAlgebraicSetTools]
IsParametricBox
check if an input is a parametric box
Calling Sequence
Parameters
Description
Examples
IsParametricBox(b)
b
-
any value
The command IsParametricBox(b) returns true if b is a parametric box, and false otherwise.
See the page SemiAlgebraicSetTools for the definitions of a regular semi-algebraic system, a parametric box and a box.
with⁡RegularChains:
with⁡ParametricSystemTools:
with⁡SemiAlgebraicSetTools:
R≔PolynomialRing⁡x,b,a,c
R≔polynomial_ring
F≔a⁢x2+b⁢x+c
N≔
P≔x
H≔a
rrc≔RealRootClassification⁡F,,x,a,3,2,R
rrc≔regular_semi_algebraic_set,border_polynomial
rsas≔rrc11
rsas≔regular_semi_algebraic_set
pbx≔RepresentingBox⁡rsas,R
pbx≔parametric_box
IsParametricBox⁡pbx
true
IsParametricBox⁡rsas
false
See Also
RealRootClassification
RegularChains
RepresentingBox
RepresentingChain
RepresentingQuantifierFreeFormula
RepresentingRootIndex
VariableOrdering
Download Help Document