Is it possible to find 2x2 Hermitian matrix whose eigenvalues have 1:2 ratio and if it is how is it done?
Asked
Active
Viewed 92 times
0
1 Answers
1
Yes. This can be done for example by placing the desired eigenvalues along the diagonal
$$ \begin{bmatrix} 1 & 0 \\ 0 & 2 \end{bmatrix} $$
since all real diagonal matrices are Hermitian. More generally, for any desired eigenvalues $\lambda_k\in\mathbb{R}$ and any orthonormal basis $|k\rangle$, the matrix of the operator
$$ \sum_k\lambda_k|k\rangle\langle k| $$
is Hermitian.
Adam Zalcman
- 25,260
- 3
- 40
- 95