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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the polynomials class.

Syntax

polyder(a)

polyder(a, b)

c = polyder(a)

c = polyder(a, b)

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

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, polyder(a) is the derivative of polynomial a, and polyder(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] = polyder([1], [1, 1, 1])

Related Topics

polyint


Resources


 

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