Integral of Polynomial over [a,b] VI

Owning Palette: Polynomial VIs

Requires: Full Development System

Integrates the real polynomial P(x) over the interval a and b define. Integrating a polynomial over an interval [a,b] is the same as calculating the definite integral of the polynomial.

 Add to the block diagram  Find on the palette
P(x) contains the real polynomial coefficients in ascending order of power.
a specifies the leftmost point of the integral interval. The default is 0.
b specifies the rightmost point of the integral interval. The default is 0.
integral of P(x) returns the integral of P(x) over [a,b].
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.