RegularChains[ChainTools][IsZeroDimensional] - check whether a regular chain is zero-dimensional
|
Calling Sequence
|
|
IsZeroDimensional(rc, R)
|
|
Parameters
|
|
rc
|
-
|
regular chain of R
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command IsZeroDimensional(rc, R) returns true if rc is zero-dimensional false otherwise.
|
•
|
This command is part of the RegularChains[ChainTools] package, so it can be used in the form IsZeroDimensional(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][IsZeroDimensional](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
|
|
Download Help Document
Was this information helpful?