Mercurial > hg > octave-nkf
comparison scripts/polynomial/polyderiv.m @ 3457:e031284eea27
[project @ 2000-01-19 08:49:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 08:50:14 +0000 |
parents | a4cd1e9d9962 |
children | 22bd65326ec1 |
comparison
equal
deleted
inserted
replaced
3456:434790acb067 | 3457:e031284eea27 |
---|---|
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} polyderiv (@var{c}) | 21 ## @deftypefn {Function File} {} polyderiv (@var{c}) |
22 ## Return the coefficients of the derivative of the polynomial whose | 22 ## Return the coefficients of the derivative of the polynomial whose |
23 ## coefficients are given by vector @var{c}. | 23 ## coefficients are given by vector @var{c}. |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 ## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue, |
26 ## SEE ALSO: poly, polyinteg, polyreduce, roots, conv, deconv, residue, | 26 ## filter, polyval, and polyvalm} |
27 ## filter, polyval, polyvalm | |
28 | 27 |
29 ## Author: Tony Richardson <arichard@stark.cc.oh.us> | 28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> |
30 ## Created: June 1994 | 29 ## Created: June 1994 |
31 ## Adapted-By: jwe | 30 ## Adapted-By: jwe |
32 | 31 |