Click or drag to resize

FindRoots Class

[Missing <summary> documentation for "T:Altaxo.Calc.FindRoots"]

Inheritance Hierarchy
SystemObject
  Altaxo.CalcFindRoots

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class FindRoots

The FindRoots type exposes the following members.

Methods
 NameDescription
Public methodStatic memberChebychevPolynomialFirstKind Find all roots of the Chebychev polynomial of the first kind.
Public methodStatic memberChebychevPolynomialSecondKind Find all roots of the Chebychev polynomial of the second kind.
Public methodStatic memberCubic 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).
Public methodStatic memberOfFunctionFind a solution of the equation f(x)=0.
Public methodStatic memberOfFunctionDerivativeFind a solution of the equation f(x)=0.
Public methodStatic memberPolynomial(Double) Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix
Public methodStatic memberPolynomial(Polynomial) Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix
Public methodStatic memberQuadratic 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).
Top
See Also