RegularChains[SemiAlgebraicSetTools]
RepresentingBox
return the representing box of a semi-algebraic set
Calling Sequence
Parameters
Description
Examples
RepresentingBox(rst, R)
rst
-
regular semi-algebraic set
R
polynomial ring
The command RepresentingBox(rst, R) returns the representing box or parametric box of a regular semi-algebraic set.
See the page SemiAlgebraicSetTools for the definitions of a regular semi-algebraic set, a parametric box and a box.
with⁡RegularChains:
with⁡ParametricSystemTools:
with⁡SemiAlgebraicSetTools:
R≔PolynomialRing⁡x,d,a,b,c
R≔polynomial_ring
Determine under which conditions on a,b,c,d the equation x2+d=0 has 2 distinct real solutions, provided that d satisfies a⁢d2+b⁢d+c=0.
F≔x2+d,a⁢d2+b⁢d+c
N≔
P≔
H≔
rrc≔RealRootClassification⁡F,N,P,H,4,2,R
rrc≔regular_semi_algebraic_set,border_polynomial
rsas≔rrc11
rsas≔regular_semi_algebraic_set
rbx≔RepresentingBox⁡rsas,R
rbx≔parametric_box
Info⁡rbx,R
d,−1,a⁢d2+b⁢d+c,1
See Also
DisplayParametricBox
IsParametricBox
RealRootClassification
RegularChains
RepresentingChain
RepresentingQuantifierFreeFormula
RepresentingRootIndex
VariableOrdering
Download Help Document