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

Online Help

All Products    Maple    MapleSim


rootbound

compute bound on complex roots of a polynomial

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

rootbound(p, x)

Parameters

p

-

polynomial in x with numeric coefficients

x

-

name

Description

• 

Returns a positive integer N such that &verbar;r&verbar;<N for all complex roots r of p.  In general, this bound is better than Cauchy's bound of

  

1+maxnormplcoeffp.

Examples

pxx410x2+1&colon;

rootboundpx&comma;x

4

(1)

ceil1+maxnormpxabslcoeffpx

11

(2)

fsolvepx=0&comma;x

−3.146264370,−0.3178372452,0.3178372452,3.146264370

(3)

qxx3.2x2.5x0.3x+1.3x+2.5x+3.6&colon;

rootboundqx&comma;x

6

(4)

ceil1+maxnormexpandqxabslcoeffqx

78

(5)

References

  

Monagan, M.B. "A Heuristic Irreducibility Test for Univariate Polynomials." J. of Symbolic Comp. Vol. 13 No. 1. Academic Press, (1992): 47-57.

See Also

ceil

fsolve

lcoeff

maxnorm