RegularChains[FastArithmeticTools][IteratedResultantDim0] - iterated resultant of a polynomial w.r.t a 0-dim regular chain
|
Calling Sequence
|
|
IteratedResultantDim0(f, rc, R)
|
|
Parameters
|
|
R
|
-
|
a polynomial ring
|
rc
|
-
|
a regular chain
|
f
|
-
|
a polynomial
|
|
|
|
|
Description
|
|
•
|
The function call IteratedResultantDim0(f, rc, R) returns the iterated resultant of f w.r.t. rc. See the command IteratedResultant for a definition of the notion of an iterated resultant.
|
•
|
rc is assumed to be a zero-dimensional normalized regular chain.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
Define a ring of polynomials.
| (1) |
Randomly generating (dense) regular chain and polynomial
| (2) |
Compute the iterated resultant of pol w.r.t. tc
>
|
|
| (3) |
Compare with the generic algorithm (non-fast and non-modular algorithm) of the command IteratedResultant.
>
|
|
| (4) |
Check that the two results match.
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?