comparison scripts/polynomial/deconv.m @ 13963:663594b481e5

doc: Remove documentation references to deprecated functions cut() and polyderiv() * poly.txi: Remove DOCSTRING for polyderiv(). * stats.txi: Remove DOCSTRING for cut(). * compan.m, deconv.m, mpoles.m, polygcd.m, polyint.m, polyout.m, polyreduce.m, polyval.m, polyvalm.m, residue.m: Remove @seealso reference to polyderiv().
author Rik <octave@nomad.inbox5.com>
date Wed, 30 Nov 2011 10:10:50 -0800
parents fd0a3ac60b0e
children 614505385171
comparison
equal deleted inserted replaced
13962:efa658122cc9 13963:663594b481e5
24 ## @code{y = conv (a, b) + r}. 24 ## @code{y = conv (a, b) + r}.
25 ## 25 ##
26 ## If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will 26 ## If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will
27 ## contain the coefficients of the polynomial quotient and @var{r} will be 27 ## contain the coefficients of the polynomial quotient and @var{r} will be
28 ## a remainder polynomial of lowest order. 28 ## a remainder polynomial of lowest order.
29 ## @seealso{conv, poly, roots, residue, polyval, polyderiv, polyint} 29 ## @seealso{conv, poly, roots, residue, polyval, polyder, polyint}
30 ## @end deftypefn 30 ## @end deftypefn
31 31
32 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 32 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
33 ## Created: June 1994 33 ## Created: June 1994
34 ## Adapted-By: jwe 34 ## Adapted-By: jwe