comparison scripts/polynomial/polyderiv.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
24 ## Return the coefficients of the derivative of the polynomial whose 24 ## Return the coefficients of the derivative of the polynomial whose
25 ## coefficients are given by vector @var{c}. If a pair of polynomials 25 ## coefficients are given by vector @var{c}. If a pair of polynomials
26 ## is given @var{b} and @var{a}, the derivative of the product is 26 ## is given @var{b} and @var{a}, the derivative of the product is
27 ## returned in @var{q}, or the quotient numerator in @var{q} and the 27 ## returned in @var{q}, or the quotient numerator in @var{q} and the
28 ## quotient denominator in @var{r}. 28 ## quotient denominator in @var{r}.
29 ## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue,
30 ## filter, polygcd, polyval, polyvalm}
29 ## @end deftypefn 31 ## @end deftypefn
30 ## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue,
31 ## filter, polygcd, polyval, and polyvalm}
32 32
33 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 33 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
34 ## Created: June 1994 34 ## Created: June 1994
35 ## Adapted-By: jwe 35 ## Adapted-By: jwe
36 36