Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $A$ be a $2 × 2$ matrix with complex entries which is non-zero and non-diagonal. Pick out the cases when $A$ is diagonalizable.

  • (a) $A^2 = I$.
  • (b) $A^2 = 0$.
  • (c) All eigenvalues of $A$ are equal to $2$.

(a) is true since eigen values are distinct. But what about (b) and (c)?

share|improve this question
1  
A matrix $A$ is diagonalizable if and only if its minimal polynomial factors into distinct linear factors (in the field over which the matrix is defined). Now you can check if this is the true for each case. – sos440 Sep 1 '12 at 16:53

1 Answer

up vote 0 down vote accepted

For (b) consider $$A=\begin{pmatrix}0 & 1 \\ 0 & 0\end{pmatrix}$$

For (C) consider $$A=\begin{pmatrix}2 & 1 \\ 0 & 2\end{pmatrix}$$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.