Here is the question:
A is the matrix
$$ \begin{bmatrix} 3 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 1 & 2\end{bmatrix} $$
(a)find eigenvalues of A
(b)For each eigenvalue λ, find the rank of the matrix λI-A
(c)Is A diagonalizable? Justify your conclusion.
I learned about geometric multiplicities and algebraic multiplicities btw maybe that will help? anyway please keep it simple. thanks!
You are diagonalizable if you have say $k$ eigenvalues with corresponding eigenspaces, so that the sum of the dimensions of the $k$ eigen spaces adds up to the dimension of your vector space. The matrix you gave is not diagonalizable. The idea is you are diagonalizable if you have a basis for the vector space consisting of eigenvectors, so you need $n$ eigenvectors.
The rank comes in when you are determining the dimension of the eigenspaces.
Edit: That matrix is not diagonalizable either (I can tell quickly because it is in its Jordan Normal Form which you can look up if interested).
The idea is this. Say you have a diagonal matrix, where all the entries are non-zero. Then your vector space has a basis of eigenvectors, namely the standard vectors $e_{i}$. It's easy to see they are eigenvectors, since if $A$ is your matrix $Ae_{i}=a_{ii}e_{i}$ (just write out a simple example to convince yourself.
Now things like eigenvalues and dimensions of eigenspaces are not changed by similarity. That means, if $A$ is diagonalizable, in any basis it will have a basis consisting of eigenvectors. So, what you do is you first find the eigenvalues. Above, they are 3 and 2, with 2 having multiplicity 2. Now, what is the dimension of the eigenspace? It is the dimension of the kernel of $A-\lambda I$. The dimension of the kernel is the dimension of the vector space minus the rank of the matrix.
So you compute. For $\lambda=3$ you find the rank is $2$ so the eigenspace has dimension 1. But for $\lambda=2$ you have an eigenvalue with multiplicity 2 but computing gives you rank 2, so the eigenspace corresonding to $2$ has dimension 1. So you don't have enough eigenvectors, the sum of dimensions of eigenspaces is 2 instead of 3, so you are not diagonalizable.
At least that is how I think of this.