MATLAB Function Reference Previous page   Next Page
polyder

Polynomial derivative

Syntax

Description

The polyder function calculates the derivative of polynomials, polynomial products, and polynomial quotients. The operands a, b, and p are vectors whose elements are the coefficients of a polynomial in descending powers.

k = polyder(p) returns the derivative of the polynomial p.

k = polyder(a,b) returns the derivative of the product of the polynomials a and b.

[q,d] = polyder(b,a) returns the numerator q and denominator d of the derivative of the polynomial quotient b/a.

Examples

The derivative of the product

is obtained with

This result represents the polynomial

See Also

conv, deconv


Previous page  polyarea polyeig Next page

© 1994-2005 The MathWorks, Inc.