Home Online Manual
Top
Back: allrealst
Forward: allreal
FastBack: rootsmr_lib
FastForward: Tropical Geometry
Up: rootsur_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.8.8 maxabs

Procedure from library rootsur.lib (see rootsur_lib).

Usage:
maxabs(p); poly p

Return:
number: an upper bound for the largest absolute value of a root of p

Assume:
p is a univariate polynomial with rational coefficients

Example:
 
LIB "rootsur.lib";
ring r = 0,x,dp;
poly p = (x+2)*(x-1)*(x-5);
maxabs(p);
==> 11
See also: sturm.