DisplayParametricBox - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RegularChains[SemiAlgebraicSetTools]

  

DisplayParametricBox

  

pretty printing of a parametric box object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DisplayParametricBox(pbx)

Parameters

pbx

-

parametric box object

Description

• 

Print a parametric box object

Examples

withRegularChains:

withParametricSystemTools:

withSemiAlgebraicSetTools:

RPolynomialRingx,d,a,b,c

Rpolynomial_ring

(1)

Determine under which conditions on a,b,c,d the equation x2+d=0 has 2 distinct real solutions, provided that d satisfies ad2+bd+c=0.

Fx2+d,ad2+bd+c

Fx2+d,ad2+bd+c

(2)

N

N

(3)

P

P

(4)

H

H

(5)

rrcRealRootClassificationF,N,P,H,4,2,R

rrcregular_semi_algebraic_set,border_polynomial

(6)

rsasrrc11

rsasregular_semi_algebraic_set

(7)

rbxRepresentingBoxrsas,R

rbxparametric_box

(8)

IsParametricBoxrbx

true

(9)

DisplayParametricBoxrbx:

d<0

AND

c1&colon;d2a+db+c&equals;0

(10)

See Also

DisplayQuantifierFreeFormula

Info

RealRootClassification

RegularChains