changeset 9117:efac34f78ea4

minor fix to documentation of hadamard function
author Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
date Tue, 14 Apr 2009 07:54:38 +0200
parents a8be2f7c81ee
children 308311b642b2
files scripts/ChangeLog scripts/special-matrix/hadamard.m
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Apr 14 07:41:02 2009 +0200
+++ b/scripts/ChangeLog	Tue Apr 14 07:54:38 2009 +0200
@@ -1,3 +1,6 @@
+2009-04-12  Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
+       * special-matrix/hadamard.m: Fix a documentation mistake.
+
 2009-04-14  Jaroslav Hajek  <highegg@gmail.com>
 
 	* polynomial/polyaffine.m: New function.
--- a/scripts/special-matrix/hadamard.m	Tue Apr 14 07:41:02 2009 +0200
+++ b/scripts/special-matrix/hadamard.m	Tue Apr 14 07:54:38 2009 +0200
@@ -38,7 +38,7 @@
 ## @item
 ## The rows of @var{Hn} are orthogonal.
 ## @item
-## @code{det (@var{A}) <= det (@var{Hn})} for all @var{A} with 
+## @code{det (@var{A}) <= abs(det (@var{Hn}))} for all @var{A} with
 ## @code{abs (@var{A} (@var{i}, @var{j})) <= 1}.
 ## @item
 ## Multiply any row or column by -1 and still have a Hadamard matrix.