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.


icon

Inputs/Outputs

  • c1ddbl.png P(x)

    P(x) contains the real polynomial coefficients in ascending order of power.

  • cdbl.png a

    a specifies the leftmost point of the integral interval. The default is 0.

  • cdbl.png b

    b specifies the rightmost point of the integral interval. The default is 0.

  • idbl.png integral of P(x)

    integral of P(x) returns the integral of P(x) over [a,b].

  • ii32.png error

    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.