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?
2026-03-27 00:00:05.1774569605
Finding normal operator matrix from characteristic polynomial
96 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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$