Mercurial > hg > octave-lyh
comparison scripts/polynomial/polygcd.m @ 7031:120f3135952f
[project @ 2007-10-15 15:30:03 by jwe]
author | jwe |
---|---|
date | Mon, 15 Oct 2007 15:31:21 +0000 |
parents | a1dbe9d80eee |
children | df9519e9990c |
comparison
equal
deleted
inserted
replaced
7030:bdcea6ede1cd | 7031:120f3135952f |
---|---|
31 ## | 31 ## |
32 ## Example | 32 ## Example |
33 ## @example | 33 ## @example |
34 ## polygcd (poly(1:8), poly(3:12)) - poly(3:8) | 34 ## polygcd (poly(1:8), poly(3:12)) - poly(3:8) |
35 ## @result{} [ 0, 0, 0, 0, 0, 0, 0 ] | 35 ## @result{} [ 0, 0, 0, 0, 0, 0, 0 ] |
36 ## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) - poly(1:2) | 36 ## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) ... |
37 ## - poly(1:2) | |
37 ## @result{} [ 0, 0, 0 ] | 38 ## @result{} [ 0, 0, 0 ] |
38 ## @end example | 39 ## @end example |
39 ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv, | 40 ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv, |
40 ## residue, filter, polyval, and polyvalm} | 41 ## residue, filter, polyval, and polyvalm} |
41 ## @end deftypefn | 42 ## @end deftypefn |