Liferider said:
Homework Statement
A=[0 -9; 1 -6]
Can this matrix be diagonalized?
Homework Equations
det(A-\lambdaI)=0
The Attempt at a Solution
det(A-\lambdaI)=0 gives the eigenvalues of the matrix and yields two eigenvalues that are equal, \lambda= -3
A matrix with repeating eigenvalues are defective and can therefore NOT be diagonalized.
Caution! This is NOT true! For an obvious example, the matrix
\begin{bmatrix}2 & 0 \\ 0 & 2\end{bmatrix}
has repeating eigenvalues but is already diagonalized.
What
is true is that an n by n matrix with fewer than n independent eigen
vectors cannot be diagonalized. If an n by n matrix has n distinct eigenvalues, the eigenvectors corresponding to each are independent so the matrix is diagonalizable. If there are repeating eigenvalues, you don't' know if there are n independent eigenvectors until you check the eigenvectors themselves.
I would further say that rank(A)=1 and nullity(A)=n-rank(A)=2-1=1... Matlab does not agree with me... what is wrong with my reasoning here?
In this particular case, saying that -3 is an eigenvalue means that
\begin{bmatrix}0 & -9 \\ 1 & -6\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}-9y \\ x- 6y\end{bmatrix}= \begin{bmatrix}-3x \\ -3y\end{bmatrix}
which is equivalent to -9y= -3x and x- 6y= -3y which are both equivalent to x= 3y. That is, every eigenvector corresponding to eigenvalue -3 is a multiple of <3, 1>. So, although your reasoning is wrong, your conlusion is true: this matrix has only one independent eigenvector and so is not diagonalizable.
But being diagonalizable has NOTHING to do with "rank". As long as a matrix is
invertible, not diagonalizable, it has full rank. Because this matrix does not have 0 as an eigenvalue, there is NO vector, v, such that Av= 0, it is invertible and has rank 2.