Mercurial > hg > octave-lyh
comparison scripts/polynomial/polygcd.m @ 10224:f6e0404421f4
point to polyint in @seealso, not polyinteg
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 29 Jan 2010 12:52:32 -0500 |
parents | 16f53d29049f |
children | 95c3e38098bf |
comparison
equal
deleted
inserted
replaced
10223:f493e9be5cd6 | 10224:f6e0404421f4 |
---|---|
37 ## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) ... | 37 ## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) ... |
38 ## - poly(1:2) | 38 ## - poly(1:2) |
39 ## @result{} [ 0, 0, 0 ] | 39 ## @result{} [ 0, 0, 0 ] |
40 ## @end group | 40 ## @end group |
41 ## @end example | 41 ## @end example |
42 ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv, | 42 ## @seealso{poly, polyint, polyderiv, polyreduce, roots, conv, deconv, |
43 ## residue, filter, polyval, polyvalm} | 43 ## residue, filter, polyval, polyvalm} |
44 ## @end deftypefn | 44 ## @end deftypefn |
45 | 45 |
46 function x = polygcd (b, a, tol) | 46 function x = polygcd (b, a, tol) |
47 | 47 |