PostitiveInequalities - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


RegularChains[SemiAlgebraicSetTools]

  

PositiveInequalities

  

return the positive inequalities of a regular semi-algebraic system

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

PositiveInequalities(rsas, R)

Parameters

rsas

-

regular semi-algebraic system

R

-

polynomial ring

Description

• 

The command PositiveInequalities(rsas, R) returns the defining positive inequalities of the regular semi-algebraic system rsas. The polynomials must belong to R which must have characteristic zero.

  

See the page SemiAlgebraicSetTools for the definitions of a regular semi-algebraic system and that of a regular semi-algebraic set.

Examples

> 

with⁡RegularChains:

> 

with⁡SemiAlgebraicSetTools:

> 

F≔a⁢x2+b⁢x+c=0&comma;0<x&comma;a≠0

F≔a⁢x2+b⁢x+c=0&comma;0<x&comma;a≠0

(1)
> 

R≔PolynomialRing⁡x&comma;c&comma;b&comma;a

R≔polynomial_ring

(2)
> 

out≔LazyRealTriangularize⁡F&comma;R&comma;output=list

out≔regular_semi_algebraic_system

(3)
> 

map⁡Display&comma;out&comma;R

a⁢x2+b⁢x+c=0x>0−4⁢c⁢a+b2>0andb<0andc>0anda≠0or−4⁢c⁢a+b2>0andb>0andc>0anda<0or−4⁢c⁢a+b2>0andb>0andc<0anda≠0or−4⁢c⁢a+b2>0andb<0andc<0anda>0

(4)
> 

P≔PositiveInequalities⁡out1&comma;R

P≔x

(5)
> 

rc≔RepresentingChain⁡out1&comma;R

rc≔regular_chain

(6)
> 

qff≔RepresentingQuantifierFreeFormula⁡out1

qff≔quantifier_free_formula

(7)
> 

Display⁡qff&comma;R

−4⁢c⁢a+b2>0andb<0andc>0anda≠0

or−4⁢c⁢a+b2>0andb>0andc>0anda<0

or−4⁢c⁢a+b2>0andb>0andc<0anda≠0

or−4⁢c⁢a+b2>0andb<0andc<0anda>0

(8)
> 

Display⁡out1&comma;R

a⁢x2+b⁢x+c=0x>0−4⁢c⁢a+b2>0andb<0andc>0anda≠0or−4⁢c⁢a+b2>0andb>0andc>0anda<0or−4⁢c⁢a+b2>0andb>0andc<0anda≠0or−4⁢c⁢a+b2>0andb<0andc<0anda>0

(9)

Compatibility

• 

The RegularChains[SemiAlgebraicSetTools][PositiveInequalities] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

RealTriangularize

RegularChains

RepresentingChain

RepresentingQuantifierFreeFormula

SemiAlgebraicSetTools