True of False: If $A$ is an $n\times n$ diagonalizable matrix, then $0$ can not be in eigenvalue of $A$.

170 Views Asked by At

True of False: If $A$ is an $n\times n$ diagonalizable matrix, then $0$ can not be in eigenvalue of $A$

I believe this is false, because you can have a diagonalizable matrix with eigenvalues of zero. Diagonalization can fail if there are repeated eigenvalues. I am not able to think of a subtle counter-example or theorem that would make it more direct.

my counter-example:

$3\times 3$ matrix with $\lambda = 0,1$ for $p(\lambda) = \lambda(\lambda^2-1)=0$

$\begin{bmatrix} 1 & 1 & 1 \\ 0 & 0 & 0 \\ 0 & 0 & 0\end{bmatrix}$

2

There are 2 best solutions below

0
On BEST ANSWER

Take the Null matrix as an example

0
On

Take any vector space V with basis $v_1,v_2..v_n$. Now define $ A : V \to V$ to be $A(v_1) = 0 , A(v_i)= v_i \forall i \neq 1 , i \le n$.Now the matrix of A shall be with 1 0 and all 1 ones in the diagonal which is possible.