Indefinite Integral of Polynomial VI

Owning Palette: Polynomial VIs

Requires: Full Development System

Calculates the indefinite integral of P(x). 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

Indefinite Integral of Polynomial (DBL)

P(x) contains the real polynomial coefficients in ascending order of power.
Indefinite Integral of P(x) returns the real polynomial coefficients of the indefinite integral 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.

Indefinite Integral of Polynomial (CDB)

P(x) contains the complex polynomial coefficients in ascending order of power.
Indefinite Integral of P(x) returns the complex polynomial coefficients of the indefinite integral 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.