Mercurial > hg > octave-lyh
comparison scripts/polynomial/polyreduce.m @ 10224:f6e0404421f4
point to polyint in @seealso, not polyinteg
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 29 Jan 2010 12:52:32 -0500 |
parents | eb63fbe60fab |
children | c776f063fefe |
comparison
equal
deleted
inserted
replaced
10223:f493e9be5cd6 | 10224:f6e0404421f4 |
---|---|
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} polyreduce (@var{c}) | 21 ## @deftypefn {Function File} {} polyreduce (@var{c}) |
22 ## Reduces a polynomial coefficient vector to a minimum number of terms by | 22 ## Reduces a polynomial coefficient vector to a minimum number of terms by |
23 ## stripping off any leading zeros. | 23 ## stripping off any leading zeros. |
24 ## @seealso{poly, roots, conv, deconv, residue, filter, polyval, | 24 ## @seealso{poly, roots, conv, deconv, residue, filter, polyval, |
25 ## polyvalm, polyderiv, polyinteg} | 25 ## polyvalm, polyderiv, polyint} |
26 ## @end deftypefn | 26 ## @end deftypefn |
27 | 27 |
28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> | 28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> |
29 ## Created: June 1994 | 29 ## Created: June 1994 |
30 ## Adapted-By: jwe | 30 ## Adapted-By: jwe |