2

Let $ A \in L ( \mathbb{C}^4) $ be a normal operator with characteristic polynomial $ k_{A} = (\lambda - 1)^2 * (\lambda - 2)^2$. Is then the matrix for the operator just a diagonal matrix with eigenvalues on the diagonal?

user15269
  • 1,632

2 Answers2

1

Not necessarily. The operator is certainly - as it is normal, then diagonalizable - similar to a diagonal matrix with the eigenvalues on the diagonal.

Joca Ramiro
  • 1,589
1

The operator $A$ is unitarily diagonizable, as are all normal operators (see this wikipedia page), though it may not itself be diagonal in the initial form it is presented; since the characteristic polynomial of $A$,

$k_A = (x - 1)^2(x - 2)^2, \tag 1$

has two zeroes $1$ and $2$, each of multiplicity $2$, it follows that there is a basis of $\Bbb C^4$ in which the matrix of $A$ takes the form

$[A] = \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 2 & 0 \\ 0 & 0 & 0 & 2 \end{bmatrix}. \tag 2$

Robert Lewis
  • 71,180