RandomRegularChainDim1 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RegularChains[FastArithmeticTools]

  

RandomRegularChainDim1

  

generate a random one-dim regular chain

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

IteratedResultant

IteratedResultantDim0

IteratedResultantDim1

RandomRegularChainDim0

RegularChains

 


Download Help Document