Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

polyintegral (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Classes: integration and polynomials

Requires: MathScript RT Module

Syntax

c = polyintegral(a)

c = polyintegral(a, b)

Legacy Name: polyint

Description

Returns the integral of a polynomial.

Examples

Inputs

Name Description
a Specifies the coefficients in descending order of power of the polynomial you want to integrate. a is a vector.
b Specifies the integration constant. If you do not specify b, LabVIEW sets the integration constant to 0. b is a scalar.

Outputs

Name Description
c Returns the coefficients in descending order of power of the integral polynomial of a. c is a vector.

Examples

A = [1, 2, 3, 4]
C = polyintegral(A)

Related Topics

polyderivative


 

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