This function finds the roots of a polynomial by finding the eigenvalues of the companion matrix. Specify the poly coefficients C as an array of length n, C[0] + C[1] x + ...
Syntax
Parameters
Return Value
Sub MatrixObject.PolynomialRoots( _
coefficients As Variant, _
ByRef realParts As Variant, _
ByRef imParts As Variant)