RegularChains[IsRegular] - check if a polynomial is regular modulo a regular chain
|
Calling Sequence
|
|
IsRegular(p, rc, R)
|
|
Parameters
|
|
p
|
-
|
polynomial of R
|
rc
|
-
|
regular chain of R
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command IsRegular(in_p, in_rc, R) returns true if and only if p is regular modulo rc, that is if and only if p is not a zero-divisor modulo the saturated ideal of rc.
|
•
|
This command is part of the RegularChains package, so it can be used in the form IsRegular(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[IsRegular](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
The fact that the list zdl is not empty means that there are cases, modulo which, p is zero. This is clear from the definition of p and rc.
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
Since q is regular with respect to T and since every variable q is algebraic with respect to T, we can compute the inverse of q modulo T.
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
For each case where r is regular modulo rc, we can compute its inverse.
>
|
|
| (16) |
|
|
Download Help Document
Was this information helpful?