From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Mar 24 20:38:24 1999 Subject: Unidentified subject! From: "John W. Eaton" To: Sven Khatri Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Wed, 24 Mar 1999 20:38:17 -0600 (CST) On 24-Mar-1999, Sven Khatri wrote: | To: octave-maintainers at bevo dot che dot wisc dot edu | Cc: khatri | Subject: bug_report: norm.m in Octave 2.0.13.90 | | Bug report for Octave 2.0.13.90 configured for i386-redhat-linux-gnu | | Description: | ----------- | | * There is an error in the code of norm.m for the matrix inf and 1 norms | | | Repeat-By: | --------- | | * M=eye(2)+i*eye(2);norm(M,'inf') | returns 2 where the correct answer is sqrt(2) it makes the same error for the 1-norm. Yikes! I fixed this in my sources. Thanks, jwe