RegularChains[ParametricSystemTools]
BelongsTo
find constructible sets containing a given point
Calling Sequence
Parameters
Description
Examples
BelongsTo(pt, lcs, R)
pt
-
point with rational coefficients
lcs
list of constructible sets
R
polynomial ring
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](..).
withRegularChains:
withConstructibleSetTools:
withParametricSystemTools:
R≔PolynomialRingx,y
R≔polynomial_ring
S≔PolynomialRings,t
S≔polynomial_ring
MP≔x2,y2
F≔s−1,t−1
cs1≔PolynomialMapPreimageF,MP,R,S
cs1≔constructible_set
Infocs1,R
x+1,y−1,1,x−1,y−1,1,x+1,y+1,1,x−1,y+1,1
pt≔12,13
cs2≔GeneralConstruct2x−1,3y−1,1,R
cs2≔constructible_set
BelongsTopt,cs1,cs2,R
2
See Also
ComprehensiveTriangularize
ConstructibleSet
GeneralConstruct
IsContained
ParametricSystemTools
PolynomialMapPreimage
PreComprehensiveTriangularize
RegularChains
Download Help Document