RandomRegularChainDim0 - 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]

  

RandomRegularChainDim0

  

generate a random 0-dim regular chain

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

RandomRegularChainDim0(lv, ld, p)

Parameters

lv

-

a list of variables

ld

-

a list of degrees

p

-

a prime number

Description

• 

The command RandomRegularChainDim0 returns a randomly generated zero-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

withRegularChains:

withChainTools:

withFastArithmeticTools:

p962592769:

varsx1,x2,x3,x4:

RPolynomialRingvars,p:

Nnopsvars:

dg3:

degsseq4,i=1..N:

polrandpolyvars,dense,degree=dg+randmodpmodp:

tcRandomRegularChainDim0vars,degs,p

tcregular_chain

(1)

Computing with the modpn-supported and modular code

r1IteratedResultantDim0pol,tc,R

r1446889812

(2)

Computing with the non-fast non-modular code

r2IteratedResultantpol,tc,R

r2446889812

(3)

The results computed by IteratedResultantDim0 and IteratedResultant are equivalent.

evalbr1=r2

true

(4)

See Also

IteratedResultant

IteratedResultantDim0

IteratedResultantDim1

RandomRegularChainDim1

RegularChains