class="resources" Create Polynomial From Roots (Not in Base Package) - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Create Polynomial From Roots (Not in Base Package)

Creates polynomial P(x) from its roots. You can use this polymorphic VI to create a real polynomial or a complex polynomial. The data type you wire to the Roots input determines the polymorphic instance to use. Details  

Create Polynomial From Roots (DBL)

Roots contains the real roots for a polynomial. If Roots is empty, the VI sets P(x) to one.
P(x) returns the real polynomial coefficients in ascending order of power.
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.

Create Polynomial From Roots (CDB)

Roots contains the complex roots for a polynomial. If Roots is empty, the VI sets P(x) to one.
P(x) returns the complex polynomial coefficients in ascending order of power.
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.

Create Polynomial From Roots Details

The VI uses the following equation to create P(x).

P(x) = (x r1)(xr2)…(xrn) = xn + Pn – 1xn – 1 + … + P1x + P0


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit