my question is about diagonalizable matrices and similar matrices.
I have a trouble proving a matrix is diagonalizable.
I know some options to do that:
Matrix $A$ $(n \times n)$, is diagonalizable if:
- Number of eigenvectors equals to number of eigenvalues.
- There exists an invertible matrix $B$ and a diagonal matrix $D$ such that: $D=B^{-1}AB$.
But i have a trouble to determine it according the second option, Do i really need to search if there exists an invertible matrix $B$ and a diagonal matrix $D$ such that: $D=B^{-1}AB?$
I really sorry to ask an additional question here: If a matrix has a row of $0$'s (one of its eigenvalues is $0$), That matrix is diagonalizable?
in general, given a matrix, how do i know if is a diagonalizable matrix? Are there some additional formulas to do that?
Thanks for help!!