galfact.spad line 205 [edit on github]
GaloisGroupFactorizationUtilities provides functions that will be used by the factorizer.
beauzamyBound(p)
returns a bound on the larger coefficient of any factor of p
.
bombieriNorm(p)
returns quadratic Bombieri's
norm of p
.
bombieriNorm(p, n)
returns the n
th Bombieri's
norm of p
.
height(p)
returns the maximal absolute value of the coefficients of the polynomial p
.
infinityNorm(f)
returns the maximal absolute value of the coefficients of the polynomial f
.
length(p)
returns the sum of the absolute values of the coefficients of the polynomial p
.
norm(f, p)
returns the lp
norm of the polynomial f
.
quadraticNorm(f)
returns the l2
norm of the polynomial f
.
rootBound(p)
returns a bound on the largest norm of the complex roots of p
.
singleFactorBound(p)
returns a bound on the infinite norm of the factor of p
with smallest Bombieri's
norm. p
shall be of degree higher or equal to 2.
singleFactorBound(p, r)
returns a bound on the infinite norm of the factor of p
with smallest Bombieri's
norm. r
is a lower bound for the number of factors of p
. p
shall be of degree higher or equal to 2.