Mercurial > hg > octave-nkf
diff scripts/linear-algebra/norm.m @ 3966:c5cf860b756d
[project @ 2002-06-29 02:52:28 by jwe]
author | jwe |
---|---|
date | Sat, 29 Jun 2002 02:52:28 +0000 |
parents | bc61e418f200 |
children | e7da90a1cc11 |
line wrap: on
line diff
--- a/scripts/linear-algebra/norm.m +++ b/scripts/linear-algebra/norm.m @@ -26,14 +26,14 @@ ## ## @table @asis ## @item @var{p} = @code{1} -## 1-norm, the largest column sum of @var{a}. +## 1-norm, the largest column sum of the absolute values of @var{a}. ## ## @item @var{p} = @code{2} ## Largest singular value of @var{a}. ## ## @item @var{p} = @code{Inf} ## @cindex infinity norm -## Infinity norm, the largest row sum of @var{a}. +## Infinity norm, the largest row sum of the absolute values of @var{a}. ## ## @item @var{p} = @code{"fro"} ## @cindex Frobenius norm