diff scripts/linear-algebra/rank.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents f16c2ce14886
children c11d138d654a
line wrap: on
line diff
--- a/scripts/linear-algebra/rank.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/linear-algebra/rank.m	Thu Jan 13 08:40:53 2000 +0000
@@ -23,11 +23,11 @@
 ## The rank is taken to be the number  of singular values of @var{a} that
 ## are greater than the specified tolerance @var{tol}.  If the second
 ## argument is omitted, it is taken to be
-## 
+##
 ## @example
 ## tol = max (size (@var{a})) * sigma (1) * eps;
 ## @end example
-## 
+##
 ## @noindent
 ## where @code{eps} is machine precision and @code{sigma} is the largest
 ## singular value of @var{a}.