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

Online Help

All Products    Maple    MapleSim


RegularChains[ParametricSystemTools]

  

BelongsTo

  

find constructible sets containing a given point

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

BelongsTo(pt, lcs, R)

Parameters

pt

-

point with rational coefficients

lcs

-

list of constructible sets

R

-

polynomial ring

Description

• 

The command BelongsTo(pt, lcs, R) returns the indices of constructible sets in lcs which contain the point pt.

• 

pt is given by a list of rational numbers; nopspt must be equal to the number of variables of R.

• 

This command is part of the RegularChains[ParametricSystemTools] package, so it can be used in the form BelongsTo(..) only after executing the command with(RegularChains[ParametricSystemTools]).  However, it can always be accessed through the long form of the command by using RegularChains[ParametricSystemTools][BelongsTo](..).

Examples

withRegularChains:

withConstructibleSetTools:

withParametricSystemTools:

RPolynomialRingx,y

Rpolynomial_ring

(1)

SPolynomialRings,t

Spolynomial_ring

(2)

MPx2,y2

MPx2,y2

(3)

Fs1,t1

Fs1,t1

(4)

cs1PolynomialMapPreimageF,MP,R,S

cs1constructible_set

(5)

Infocs1,R

x+1,y1,1,x1,y1,1,x+1,y+1,1,x1,y+1,1

(6)

pt12,13

pt12,13

(7)

cs2GeneralConstruct2x1,3y1,1,R

cs2constructible_set

(8)

BelongsTopt,cs1,cs2,R

2

(9)

See Also

ComprehensiveTriangularize

ConstructibleSet

GeneralConstruct

IsContained

ParametricSystemTools

PolynomialMapPreimage

PreComprehensiveTriangularize

RegularChains