MatrixObject.PolynomialRoots

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)
  • coefficients [in]

Type: Variant

  • realParts [out]

Type: Variant

  • imParts [out]

Type: Variant

This function does not return a value.