Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/polynomial/polygcd.m +++ b/scripts/polynomial/polygcd.m @@ -33,7 +33,8 @@ ## @example ## polygcd (poly(1:8), poly(3:12)) - poly(3:8) ## @result{} [ 0, 0, 0, 0, 0, 0, 0 ] -## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) - poly(1:2) +## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) ... +## - poly(1:2) ## @result{} [ 0, 0, 0 ] ## @end example ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv,