DisplayQuantifierFreeFormula - 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]

  

DisplayQuantifierFreeFormula

  

pretty printing of a quantifier-free formula

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DisplayQuantifierFreeFormula(qff)

Parameters

qff

-

quantifier-free formula

Description

• 

Print the quantifier-free formula in logic formula form

Examples

withRegularChains:

withParametricSystemTools:

withSemiAlgebraicSetTools:

RPolynomialRingx,b,a,c

Rpolynomial_ring

(1)

Fax2+bx+c

Fax2+bx+c

(2)

N

N

(3)

Px

Px

(4)

Ha

Ha

(5)

rrcRealRootClassificationF,,x,a,3,2,R

rrcregular_semi_algebraic_set,border_polynomial

(6)

rsasrrc11

rsasregular_semi_algebraic_set

(7)

pbxRepresentingBoxrsas,R

pbxparametric_box

(8)

qffRepresentingQuantifierFreeFormulapbx

qffquantifier_free_formula

(9)

DisplayQuantifierFreeFormulaqff:

c<0anda<0andb>0and4acb2<0

orc>0anda>0andb<0and4acb2<0

(10)

See Also

DisplayParametricBox

RepresentingQuantifierFreeFormula

RealRootClassification

RegularChains