diff scripts/linear-algebra/cond.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/linear-algebra/cond.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/linear-algebra/cond.m	Mon Mar 06 21:26:54 2006 +0000
@@ -22,9 +22,8 @@
 ## Compute the (two-norm) condition number of a matrix. @code{cond (a)} is
 ## defined as @code{norm (a) * norm (inv (a))}, and is computed via a
 ## singular value decomposition.
+## @seealso{norm, svd, rank}
 ## @end deftypefn
-##
-## @seealso{norm, svd, and rank}
 
 ## Author: jwe