RegularChains[ChainTools][RemoveRedundantComponents] - remove redundant quasi-components from a list of regular chains
RegularChains[SemiAlgebraicSetTools][RemoveRedundantComponents] - remove redundant quasi-components from a list of regular semi-algebraic systems
|
Calling Sequence
|
|
RemoveRedundantComponents(lrc, R)
RemoveRedundantComponents(lrsas, R)
|
|
Parameters
|
|
lrc
|
-
|
list of regular chains
|
lrsas
|
-
|
list of regular semi-algebraic systems
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command RemoveRedundantComponents(lrsas, R) returns a list of regular semi-algebraic system whose zero sets are pairwise noninclusive, and such that lrsas and have the same zero set.
|
•
|
For more details, see Algorithm 35 in the Ph.D. thesis of Yuzhen Xie.
|
|
|
Compatibility
|
|
•
|
The RegularChains[SemiAlgebraicSetTools][RemoveRedundantComponents] command was introduced in Maple 16.
|
•
|
The lrsas parameter was introduced in Maple 16.
|
|
|
Examples
|
|
Consider a polynomial ring with two variables
>
|
|
| (1) |
Consider two regular chains in R
>
|
|
| (2) |
>
|
|
| (3) |
The solutions of one are contained in those of the other. The redundant one will be removed as follows
>
|
|
| (4) |
>
|
|
| (5) |
The case of semi-algebraic system.
>
|
|
>
|
|
>
|
|
>
|
|
| (6) |
>
|
|
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
|
|
References
|
|
|
Xie, Y. "Fast Algorithms, Modular Methods, Parallel Approaches and Software Engineering for Solving Polynomial Systems Symbolically" Ph.D. Thesis, University of Western Ontario, Canada, 2007.
|
|
|
Download Help Document
Was this information helpful?