Mercurial > hg > octave-nkf
diff scripts/polynomial/polyreduce.m @ 904:3470f1e25a79
[project @ 1994-11-09 21:22:15 by jwe]
author | jwe |
---|---|
date | Wed, 09 Nov 1994 21:22:15 +0000 |
parents | e79ff1f4df3c |
children | f558749713f1 |
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m +++ b/scripts/polynomial/polyreduce.m @@ -1,10 +1,11 @@ function p = polyreduce(p) -#polyreduce(c) -#Reduces a polynomial coefficient vector to a minimum number of terms, -#i.e. it strips off any leading zeros. + +# polyreduce(c) +# Reduces a polynomial coefficient vector to a minimum number of terms, +# i.e. it strips off any leading zeros. # -#SEE ALSO: poly, roots, conv, deconv, residue, filter, polyval, polyvalm, -# polyderiv, polyinteg +# SEE ALSO: poly, roots, conv, deconv, residue, filter, polyval, polyvalm, +# polyderiv, polyinteg # Author: # Tony Richardson