public class CauchyPolynomial extends Polynomial
C(x) = |p_n|x^n + |p_{n-1}|x^{n-1} + ... + |p_1|x - |p_0| = 0
Note: the sign of the constant is negative.Function.EvaluationExceptionONE, ZERO| Constructor and Description |
|---|
CauchyPolynomial(Polynomial p) |
| Modifier and Type | Method and Description |
|---|---|
double |
lowerBound()
Cauchy's lower bound on polynomial zeros is the unique positive root of the Cauchy polynomial.
|
add, degree, equals, evaluate, evaluate, evaluate, getCoefficient, getCoefficients, getNormalization, hashCode, minus, multiply, ONE, opposite, pow, scaled, scaled, toString, ZEROevaluatedimensionOfDomain, dimensionOfRangeclone, finalize, getClass, notify, notifyAll, wait, wait, waitdimensionOfDomain, dimensionOfRangepublic CauchyPolynomial(Polynomial p)
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.