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

  

RepresentingChain

  

return the regular chain part of a regular semi-algebraic set/system

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

RepresentingChain(rst, R)

RepresentingChain(rsas, R)

Parameters

rst

-

a regular semi-algebraic set

rsas

-

a regular semi-algebraic system

R

-

a polynomial ring

Description

• 

The command RepresentingChain(rst, R) or the command RepresentingChain(rsas, R) returns the regular chain part of its first argument.

  

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

Examples

> 

with⁡RegularChains:

> 

with⁡ChainTools:

> 

with⁡ParametricSystemTools:

> 

with⁡SemiAlgebraicSetTools:

> 

f≔a⁢x2+b⁢x+c

f≔a⁢x2+b⁢x+c

(1)
> 

F≔f

F≔a⁢x2+b⁢x+c

(2)
> 

N≔

N≔

(3)
> 

P≔

P≔

(4)
> 

H≔

H≔

(5)
> 

R≔PolynomialRing⁡x,a,b,c

R≔polynomial_ring

(6)
> 

d≔3

d≔3

(7)
> 

rrc≔RealRootClassification⁡F,N,P,H,d,1..n,R

rrc≔regular_semi_algebraic_set,border_polynomial

(8)
> 

rst≔rrc11

rst≔regular_semi_algebraic_set

(9)
> 

rc≔RepresentingChain⁡rst,R

rc≔regular_chain

(10)
> 

Info⁡rc,R

(11)
> 

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

(12)
> 

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

R≔polynomial_ring

(13)
> 

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

out≔regular_semi_algebraic_system

(14)
> 

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

(15)
> 

P≔PositiveInequalities⁡out1&comma;R

P≔x

(16)
> 

rc≔RepresentingChain⁡out1&comma;R&semi;Display⁡rc&comma;R

rc≔regular_chain

a⁢x2+b⁢x+c=0a≠0

(17)
> 

qff≔RepresentingQuantifierFreeFormula⁡out1&semi;Display⁡qff&comma;R

qff≔quantifier_free_formula

−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

(18)
> 

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

(19)

See Also

IsParametricBox

PositiveInequalities

RealRootClassification

RegularChains

RepresentingBox

RepresentingChain

RepresentingQuantifierFreeFormula

RepresentingRootIndex

VariableOrdering