I am having difficulties to understand how can I calculate the Geometric Multiplicity of this matrix:
In this case I have the matrix:
A= \begin{bmatrix} 1 & 0 \\ 0 & 9 \end{bmatrix} \quad
where I obtained the matrix:
B= \begin{bmatrix} 1-\lambda & 0 \\ 0 & 9-\lambda \end{bmatrix}
and by finding the characteristic equation I obtained the eigenvalues which are:
$\lambda=5-\sqrt(34)$ and $\lambda=5+\sqrt(34)$
So, the Algebraic Multiplicity is 1 ( no repeated roots).
Then to obtain the Geometric Multiplicity I know that I need to find:
B= \begin{bmatrix} 1-\lambda & 0 \\ 0 & 9-\lambda \end{bmatrix} and substitute $\lambda=5-\sqrt(34)$ and $\lambda=5+\sqrt(34)$
so I got:
\begin{bmatrix} 1-(5-\sqrt(34)) & 0 \\ 0 & 9-(5-\sqrt(34)) \end{bmatrix}
= \begin{bmatrix} -4+\sqrt(34)) & 0 \\ 0 & 4+\sqrt(34)) \end{bmatrix}
By applying elementary row operations I obtained the matrix
\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} and could conclude that the rank is 2 and dimension of the null space ( dimension of kernel) is zero. So I think that the geometric multiplicity is zero. However we have the property that: Geometric multiplicity is:
1<=Geometric multiplicity<=Algebraic Multiplicity and in this case: 1<=0<=1 does not make any sense.
Can anyone help me on this?
Thanks