From 7703cce9d2a9d44ce1dba1bb60d992b395800a0a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 10 Apr 2026 03:03:56 -0400 Subject: [PATCH] update: auto commit --- report.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.tex b/report.tex index 87953b1..f9de76f 100644 --- a/report.tex +++ b/report.tex @@ -915,7 +915,7 @@ $} \begin{equation*} \mqty(1 & a \\ 0 & 1), \end{equation*} - if we ask Mathematica to compute the eigenvectors, it will give us $\myvec{v}_1 = \mqty(1 \\ 0)$ and $\myvec{v}_2 = \mqty(0 \\ 0)$, because unless $a=0$, this matrix have a Jordan block. So the output of Mathematica is correct except on a zero-measure set. If we simply check if the eigenvectors are linearly independent, we will miss the condition $a=0$ and get false. + if we ask Mathematica to compute the eigenvectors, it will give us $\myvec{v}_1 = \mqty(1 \\ 0)$ and $\myvec{v}_2 = \mqty(0 \\ 0)$, because unless $a=0$, this matrix have a Jordan block. So the geometric multiplicity is less than the algebraic multiplicity except on a zero-measure set, that's why Mathematica thinks there is no second linearly independent eigenvector. If we simply check if the eigenvectors are linearly independent, we will miss the condition $a=0$ and get false. \end{frame}