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

nth Derivative of Polynomial (Not in Base Package)

Calculates the nth order derivative of P(x). You can use this polymorphic VI to calculate the nth order derivative of real polynomials or complex polynomials. The data type you wire to the P(x) input determines the polymorphic instance to use.

nth Derivative of Polynomial (DBL)

P(x) contains the real polynomial coefficients in ascending order of power.
order specifies the derivative order to calculate. If order is less than zero, the VI sets Nth Derivative of P(x) to an empty array and returns an error.
Nth Derivative of P(x) returns the real coefficients for the nth derivative of P(x) 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.

nth Derivative of Polynomial (CDB)

P(x) contains the complex polynomial coefficients in ascending order of power.
order specifies the derivative order to calculate. If order is less than zero, the VI sets Nth Derivative of P(x) to an empty array and returns an error.
Nth Derivative of P(x) returns the complex coefficients for the nth derivative of P(x) 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