RegularChains[FastArithmeticTools][SubresultantChainSpecializationCube] - evaluation of the subresultant chain of two polynomials
|
Calling Sequence
|
|
SubresultantChainSpecializationCube(f1, f2, v, R, theoption)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
f1
|
-
|
polynomial of R
|
f2
|
-
|
polynomial of R
|
v
|
-
|
variable of R
|
theoption
|
-
|
integer, choice of two strategies
|
|
|
|
|
Description
|
|
•
|
The call SubresultantChainSpecializationCube(f1, f2, v, R, theoption) returns a data-structure which stores images of the subresultant chain of f1 and f2 specialized at enough good values in order to interpolate the subresultants of f1 and f2.
|
•
|
f1 and f2 must have main variable v and must hold.
|
•
|
This data-structure can be used to compute the resultant of f1 and f2 with respect to v, by means of the command ResultantBySpecializationCube.
|
•
|
This data-structure can also be used to compute a GCD of f1 and f2 modulo the saturated ideal of a regular chain, by means of the command RegularGcdBySpecializationCube.
|
•
|
If theoption is then fast interpolation based on subproduct tree is used. Otherwise a multi-dimensional-FFT-based approach is tried, since it is generally faster and uses less memory. If this latter failed then finally, the subproduct tree technique is used.
|
•
|
By good specialization value, one means here a point at which the initials of f1 and f2 do not vanish.
|
•
|
The reason why the multi-dimensional-FFT-based specialization scheme can fail is because it is hard in general to find good specialization values that are powers of primitive roots of unity. In some exceptional cases, the subproduct tree approach can also fail finding good specialization values; if this happens an error is raised.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
Define a ring of polynomials.
| (1) |
Define two polynomials of R.
>
|
|
| (2) |
>
|
|
| (3) |
Compute images of the subresultant chain of sufficiently many points in order to interpolate. Multi-dimensional TFT is used to evaluate and interpolate since 1 is passed as fifth argument
>
|
|
| (4) |
Interpolate the resultant from the SCube
>
|
|
| (5) |
Define a regular chain with r2. Note that r2 is not required to be squarefree.
>
|
|
| (6) |
Compute a regular GCD of f1 and f2 modulo rc
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?