RegularChains[FastArithmeticTools][RandomRegularChainDim1] - generate a random one-dim regular chain
|
Calling Sequence
|
|
RandomRegularChainDim1(lv, ld, p)
|
|
Parameters
|
|
lv
|
-
|
a list of variables
|
ld
|
-
|
a list of degrees
|
p
|
-
|
a prime number
|
|
|
|
|
Description
|
|
•
|
The command RandomRegularChainDim1 returns a randomly generated one-dimensional regular chain with lv as variables. The degree sequence of the variables is ld. All the coefficients of the polynomials are reduced w.r.t p.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
Randomly generating (dense) regular chain and polynomial
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
Computing with the modpn-supported and modular code
>
|
|
| (2) |
Computing with the non-fast non-modular code
>
|
|
| (3) |
The results computed by IteratedResultantDim1 and IteratedResultant are equivalent.
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?