Diagonalize matrix by unitary transformation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
aaaa202
Messages
1,144
Reaction score
2
In an exercise I am asked to find the eigenvalues of a matrix A by demanding that a unitary matrix (see the attached file) diagonalizes it. I know I could just solve the eigenvalue equation but I think I am supposed to do it this rather tedious way.
Now I have introduced an arbitrary unitary matrix and performed the matrix multiplication:
U^(dagger)AU = D, where D is a diagonalized matrix.
From this last relation I should somehow be able to find the eigenvalues, but I haven't been able to so far. Have I done it wrong or is there actually a way through this messy algebra. What should I do?
Note that the unitarity demands that lu_kl^2+lv_kl^2 = 1, which I suspect could be useful, but are there any other relations, which I am missing?
 

Attachments

on Phys.org
To do this you somehow have to know the eigenvectors of A; these eigenvectors v_i would form your matrix U, i.e. U = [v_1 v_2 ... v_n]. Not really sure about the unitary matrix assumption..it could be just that by making D be unitary, then D is said to diagonalizable and therefore your equation U^T*A*U = D holds.
 
Oh you should check the wiki page for unitary matrices...there are some extra properties. The eigenvectors must be orthogonal.
 
But I am guessing you can write up a general unitary matrix U and then by demanding that it diagonalizes A, you can find the eigenvalues. At least that is how I think the exercise is thought, but it is much easier to just solve the eigenvalue equation.
 
yeah so from the pdf you uplinked that's exactly what is done. you have formulae for the eigenvalues in terms of the matrix elements from A and U. I assume you know A immediately, and maybe you can eliminate the eigenvector terms using the cross diagonal equations. The notation seems to be a bit excessive.