This example demonstrates how to build a constructible set structure.
>
|
|
>
|
|
First, define a polynomial ring.
>
|
|
Consider the following linear polynomial system.
>
|
|
| (2) |
The command Triangularize with lazard option decomposes the solution set by means of regular chains. Each regular chain describes a group of solutions with certain mathematical meaning. See RegularChains for more information.
>
|
|
| (3) |
To build constructible sets, you first need to create regular systems. For simplicity, just let be the inequation part of each regular system.
>
|
|
| (4) |
Then is a list of regular systems by which you can create a constructible set cs.
>
|
|
Use Info to see its internal defining polynomials.
| (6) |