comparison scripts/polynomial/deconv.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
26 ## 26 ##
27 ## If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will 27 ## If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will
28 ## contain the coefficients of the polynomial quotient and @var{r} will be 28 ## contain the coefficients of the polynomial quotient and @var{r} will be
29 ## a remander polynomial of lowest order. 29 ## a remander polynomial of lowest order.
30 ## @end deftypefn 30 ## @end deftypefn
31 ##
31 ## @seealso{conv, poly, roots, residue, polyval, polyderiv, and polyinteg} 32 ## @seealso{conv, poly, roots, residue, polyval, polyderiv, and polyinteg}
32 33
33 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 34 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
34 ## Created: June 1994 35 ## Created: June 1994
35 ## Adapted-By: jwe 36 ## Adapted-By: jwe