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

polyint (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the integration and the polynomials classes.

Syntax

c = polyint(a)

c = polyint(a, b)

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 = polyint(A)

Related Topics

polyder


Resources


 

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