Find |
[Missing <summary> documentation for "T:Altaxo.Calc.FindRoots"]
public static class FindRoots
The FindRoots type exposes the following members.
Name | Description | |
---|---|---|
ChebychevPolynomialFirstKind | Find all roots of the Chebychev polynomial of the first kind. | |
ChebychevPolynomialSecondKind | Find all roots of the Chebychev polynomial of the second kind. | |
Cubic | Find all three complex roots of the cubic equation d + c*x + b*x^2 + a*x^3 = 0. Note the special coefficient order ascending by exponent (consistent with polynomials). | |
OfFunction | Find a solution of the equation f(x)=0. | |
OfFunctionDerivative | Find a solution of the equation f(x)=0. | |
Polynomial(Double) | Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix | |
Polynomial(Polynomial) | Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix | |
Quadratic | Find both complex roots of the quadratic equation c + b*x + a*x^2 = 0. Note the special coefficient order ascending by exponent (consistent with polynomials). |