diff scripts/polynomial/conv.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/conv.m	Mon Jul 15 21:29:24 1996 +0000
+++ b/scripts/polynomial/conv.m	Mon Jul 15 22:20:21 1996 +0000
@@ -27,14 +27,14 @@
 ## If a and b are polynomial coefficient vectors, conv returns the
 ## coefficients of the product polynomial.
 ##
-## SEE ALSO: deconv, poly, roots, residue, polyval, polyderiv, polyinteg 
+## SEE ALSO: deconv, poly, roots, residue, polyval, polyderiv, polyinteg
 
 ## Author: Tony Richardson <amr@mpl.ucsd.edu>
 ## Created: June 1994
 ## Adapted-By: jwe
 
 function y = conv (a, b)
-  
+
   if (nargin != 2)
     usage ("conv(a, b)");
   endif