RegularChains[ConstructibleSetTools][QuasiComponent] - construct a constructible set from a regular chain
|
Calling Sequence
|
|
QuasiComponent(rc, R)
|
|
Parameters
|
|
rc
|
-
|
regular chain
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command QuasiComponent(rc, R) returns a constructible set cs that encodes the quasi-component of the regular chain rc, that is, those points that cancel all equations of rc, but don't cancel any of the initials of the polynomials in rc.
|
•
|
This command is part of the RegularChains[ConstructibleSetTools] package, so it can be used in the form QuasiComponent(..) only after executing the command with(RegularChains[ConstructibleSetTools]). However, it can always be accessed through the long form of the command by using RegularChains[ConstructibleSetTools][QuasiComponent](..).
|
•
|
See ConstructibleSetTools and RegularChains for the related mathematical concepts, in particular for the ideas of a constructible set, a regular system, and a regular chain.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?