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

polyderivative (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: polynomials

Requires: MathScript RT Module

Syntax

polyderivative(a)

polyderivative(a, b)

c = polyderivative(a)

c = polyderivative(a, b)

[c, d] = polyderivative(a, b)

Legacy Name: polyder

Description

Generates the symbolic derivative of a polynomial or rational polynomial. If you do not request an output or if you request only one output, polyderivative(a) is the derivative of polynomial a, and polyderivative(a, b) is the derivative of polynomial a*b. If you request two outputs, c is the numerator and d is the denominator of the derivative of the rational polynomial a / b. LabVIEW encodes all polynomials as vectors in descending order.

Examples

Inputs

Name Description
a Specifies a vector that represents a real or complex polynomial.
b Specifies a vector that represents a real or complex polynomial.

Outputs

Name Description
c Returns a vector that represents a real or complex polynomial.
d Returns a vector that represents a real or complex polynomial.

Examples

[C, D] = polyderivative([1], [1, 1, 1])

Related Topics

polyintegral


 

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