comparison scripts/polynomial/conv.m @ 3457:e031284eea27

[project @ 2000-01-19 08:49:56 by jwe]
author jwe
date Wed, 19 Jan 2000 08:50:14 +0000
parents f8dde1807dee
children 22bd65326ec1
comparison
equal deleted inserted replaced
3456:434790acb067 3457:e031284eea27
24 ## @code{y = conv (a, b)} returns a vector of length equal to 24 ## @code{y = conv (a, b)} returns a vector of length equal to
25 ## @code{length (a) + length (b) - 1}. 25 ## @code{length (a) + length (b) - 1}.
26 ## If @var{a} and @var{b} are polynomial coefficient vectors, @code{conv} 26 ## If @var{a} and @var{b} are polynomial coefficient vectors, @code{conv}
27 ## returns the coefficients of the product polynomial. 27 ## returns the coefficients of the product polynomial.
28 ## @end deftypefn 28 ## @end deftypefn
29 29 ## @seealso{deconv, poly, roots, residue, polyval, polyderiv, and polyinteg}
30 ## SEE ALSO: deconv, poly, roots, residue, polyval, polyderiv, polyinteg
31 30
32 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 31 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
33 ## Created: June 1994 32 ## Created: June 1994
34 ## Adapted-By: jwe 33 ## Adapted-By: jwe
35 34