IMSL C# Numerical Library

ZeroPolynomial.GetRoot Method 

Returns a zero of the polynomial.

public Complex GetRoot(
   int index
);

Parameters

index
An int which specifies the (0-based) index of the root to be returned.

Return Value

A Complex which represents the index-th root of the polynomial.

See Also

ZeroPolynomial Class | Imsl.Math Namespace