Finds the complex roots of a complex polynomial. The Polynomial array contains the array of complex coefficients from lowest order to highest order. For example, the 2nd order polynomial as described by the 3-element array A[0…2] would be
A[0] + A[1]X + A[2]X^2
Polynomial Roots contains the N complex roots of the Nth-order polynomial as described by n + 1 Polynomial coefficients.
![]() |
Polynomial is the array of complex coefficients of the polynomial from the lowest to the highest order. |
![]() |
Polynomial Roots is the array of complex roots of the complex polynomial. |
![]() |
error returns any error or warning condition from the VI. |