# HG changeset patch # User jwe # Date 1025319148 0 # Node ID c5cf860b756d4526b873bd31c79ce9a4e34bbca9 # Parent edd758a7ca8d006105dac65efb89afd91a5dd11a [project @ 2002-06-29 02:52:28 by jwe] diff -r edd758a7ca8d -r c5cf860b756d scripts/linear-algebra/norm.m --- a/scripts/linear-algebra/norm.m Fri Jun 28 19:00:56 2002 +0000 +++ b/scripts/linear-algebra/norm.m Sat Jun 29 02:52:28 2002 +0000 @@ -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