From 60977a42eb88c38dc2fc73eb33980a2d0415a2d4 Mon Sep 17 00:00:00 2001 From: Ryan C Cooper Date: Wed, 25 Oct 2017 10:28:27 -0400 Subject: [PATCH] 0-norm changed to 1-norm --- HW4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HW4/README.md b/HW4/README.md index 0c864fe..fb5bd15 100644 --- a/HW4/README.md +++ b/HW4/README.md @@ -18,10 +18,10 @@ with \`\`\` and document your code in the README.md file* 2. Create the 4x4 and 5x5 [Hilbert matrix](https://en.wikipedia.org/wiki/Hilbert_matrix) as H. Include the following results in your README before 10/26 by midnight: - a. What are the 2-norm, frobenius-norm, 0-norm and infinity-norm of the 4x4 and 5x5 + a. What are the 2-norm, frobenius-norm, 1-norm and infinity-norm of the 4x4 and 5x5 Hilbert matrices? - b. What are the 2-norm, frobenius-norm, 0-norm and infinity-norm of the 4x4 and 5x5 + b. What are the 2-norm, frobenius-norm, 1-norm and infinity-norm of the 4x4 and 5x5 inverse Hilbert matrices? c. What are the condition numbers for the 2-norm, frobenius-norm, 0-norm and