From 8a0467a1289da3db3edadb35375fb911ff6b9479 Mon Sep 17 00:00:00 2001 From: yuxuanjerrychen01 Date: Sun, 18 Feb 2024 05:25:09 +0000 Subject: [PATCH] fixing latex --- notes/vec-mat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/vec-mat.md b/notes/vec-mat.md index 6fe8db7..27738b8 100644 --- a/notes/vec-mat.md +++ b/notes/vec-mat.md @@ -574,7 +574,7 @@ Calculate the 1-norm, 2-norm, and $$\infty$$-norm of matrix $${\bf C}.$$
Answer -The matrix ${\bf C}$ has absolute column sums +The matrix \(\bf C\) has absolute column sums $$ |3| + |-1| = 4, |-2| + |3| = 5. @@ -609,7 +609,7 @@ $$(\lambda-\frac{1}{2}(23+3\sqrt{37}))(\lambda-\frac{1}{2}(23-3\sqrt{37})) = 0$$ $$\|{\bf C}\|_2 = \sqrt{\lambda_{max}} = \sqrt{\frac{1}{2}(23+3\sqrt{37})} \approx 4.54.$$ -The matrix ${\bf C}$ has absolute row sums +The matrix \(\bf C\) has absolute row sums $$ |3| + |-2| = 5, |-1| + |3| = 4.