comparison scripts/polynomial/conv.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
23 ## 23 ##
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 ## @seealso{deconv, poly, roots, residue, polyval, polyderiv, polyinteg}
28 ## @end deftypefn 29 ## @end deftypefn
29 ##
30 ## @seealso{deconv, poly, roots, residue, polyval, polyderiv, and 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