diff scripts/polynomial/deconv.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 5ca126254d15
children 2b5c27299cde
line wrap: on
line diff
--- a/scripts/polynomial/deconv.m
+++ b/scripts/polynomial/deconv.m
@@ -21,7 +21,7 @@
 ##
 ## Deconvolve two vectors.
 ##
-## [b, r] = deconv (y, a) solves for b and r such that 
+## [b, r] = deconv (y, a) solves for b and r such that
 ##    y = conv(a,b) + r
 ##
 ## If y and a are polynomial coefficient vectors, b will contain the
@@ -29,7 +29,7 @@
 ## polynomial of lowest order.
 ##
 ## SEE ALSO: conv, poly, roots, residue, polyval, polyderiv,
-## polyinteg 
+## polyinteg
 
 ## Author: Tony Richardson <amr@mpl.ucsd.edu>
 ## Created: June 1994