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; nops⁡pt 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](..).
with⁡RegularChains:
with⁡ConstructibleSetTools:
with⁡ParametricSystemTools:
R≔PolynomialRing⁡x,y
R≔polynomial_ring
S≔PolynomialRing⁡s,t
S≔polynomial_ring
MP≔x2,y2
F≔s−1,t−1
cs1≔PolynomialMapPreimage⁡F,MP,R,S
cs1≔constructible_set
Info⁡cs1,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≔GeneralConstruct⁡2⁢x−1,3⁢y−1,1,R
cs2≔constructible_set
BelongsTo⁡pt,cs1,cs2,R
2
See Also
ComprehensiveTriangularize
ConstructibleSet
GeneralConstruct
IsContained
ParametricSystemTools
PolynomialMapPreimage
PreComprehensiveTriangularize
RegularChains
Download Help Document