comparison scripts/polynomial/polyreduce.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 663594b481e5
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} polyreduce (@var{c}) 20 ## @deftypefn {Function File} {} polyreduce (@var{c})
21 ## Reduces a polynomial coefficient vector to a minimum number of terms by 21 ## Reduce a polynomial coefficient vector to a minimum number of terms by
22 ## stripping off any leading zeros. 22 ## stripping off any leading zeros.
23 ## @seealso{poly, roots, conv, deconv, residue, filter, polyval, 23 ## @seealso{poly, roots, conv, deconv, residue, filter, polyval,
24 ## polyvalm, polyderiv, polyint} 24 ## polyvalm, polyderiv, polyint}
25 ## @end deftypefn 25 ## @end deftypefn
26 26