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

Divide Polynomials (Not in Base Package)

Divides polynomial P(x) by polynomial Q(x). You can use this polymorphic VI to divide real polynomials or complex polynomials. The data types you wire to the P(x) and Q(x) inputs determine the polymorphic instance to use.

Divide Polynomials (DBL)

P(x) contains the real coefficients for the dividend polynomial in ascending order of power.
Q(x) contains the real coefficients for the divisor polynomial in ascending order of power.
P(x)/Q(x) returns the real coefficients for the quotient polynomial in ascending order of power.
Remainder returns the real coefficients for the remainder polynomial 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.

Divide Polynomials (CDB)

P(x) contains the complex coefficients for the dividend polynomial in ascending order of power.
Q(x) contains the complex coefficients for the divisor polynomial in ascending order of power.
P(x)/Q(x) returns the complex coefficients for the quotient polynomial in ascending order of power.
Remainder returns the complex coefficients for the remainder polynomial 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.

Resources


 

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