ZΒΆ
Function | Purpose Statement |
zerosFunction | Finds the real zeros of a real, continuous, univariate function. |
zerosPoly | Finds the zeros of a polynomial with real coefficients using the Jenkins-Traub three-stage algorithm. |
zerosPolyComplex | Finds the zeros of a polynomial with complex coefficients using the Jenkins-Traub three-stage algorithm. |
zerosSysEqn | Solves a system of n nonlinear equations \(f(x) = 0\) using a modified Powell hybrid algorithm. |
zeroUnivariate | Finds a zero of a real univariate function. |