Owning Palette: Polynomial VIs
Requires: Full Development System
Finds the roots of polynomial P(x). This VI removes leading coefficients of the polynomial that are equal to zero. Wire data to the P(x) input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
P(x) contains the real polynomial coefficients in ascending order of power. P(x) cannot equal 0. | |||||||||
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. | |||||
option specifies the option for root finding. The default is General.
|
|||||
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. |