Mathematics |
Polynomial Derivatives
The polyder
function computes the derivative of any polynomial. To obtain the derivative of the polynomial p =
[1 0 -2 -5],
polyder
also computes the derivative of the product or quotient of two polynomials. For example, create two polynomials a
and b
.
Calculate the derivative of the product a*b
by calling polyder
with a single output argument.
Calculate the derivative of the quotient a/b
by calling polyder
with two output arguments.
q/d
is the result of the operation.
Convolution and Deconvolution | Polynomial Curve Fitting |
© 1994-2005 The MathWorks, Inc.