class="resources"
Finds the roots of polynomial P(x). You can use this polymorphic VI to find the roots of a real polynomial or a complex polynomial. The data type you wire to the P(x) input determines the polymorphic instance to use.

![]() |
P(x) contains the real polynomial coefficients in ascending order of power. | ||||||
![]() |
option specifies the option for root finding. The default is simple classification.
|
||||||
![]() |
Roots returns the real and complex conjugate roots of P(x). | ||||||
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |

![]() |
P(x) contains the complex polynomial coefficients in ascending order of power. |
![]() |
Roots returns the complex roots of P(x). |
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |