Finding the Inverse of a Diagonal Matrix in Terms of Eigenvalues

In summary, diagonalizing an N × N matrix H involves writing it as H = UDU† where D is a diagonal matrix with diagonal elements equal to the eigenvalues of H, and U is a unitary matrix. To find the inverse matrix D^-1 in terms of λ_i, you can simply take the reciprocal of each diagonal entry in D. However, the inverse only exists if all the eigenvalues are non-zero. To prove that H^-1 = UD^-1U†, you can simply multiply the matrices and show that the result is the identity matrix.
  • #1
P-Jay1
32
0
Diagonalizing an N × N matrix H involves writing it as H = UDU† where D is a
diagonal matrix, with diagonal elements equal to the eigenvalues of the matrix H, and U
is a unitary matrix.
We may write:

D=
(λ1 0 0 ... 0)
(0 λ2 0 ... 0)
(0 0 λ3... 0)
(... ... ... ... λn)

Assuming all the eigenvalues are non-zero, how do I find an expression for the inverse matrix
D^−1 in terms of λi?
And how do I prove rove that H^−1 = UD^−1U†?


For the first question I'm assuming the inverse of D is just:

D=
(1/λ1 0 0 ... 0)
(0 1/λ2 0...0)
(0 0 1/λ3...0)
(... ... ... ...1/λn)

How do I find in terms of λi?
 
Physics news on Phys.org
  • #2
You don't need to "assume" the inverse of a diagonal matrix is the diagonal matrix having the reciprocal of each entry on the diagonal. Simply multiply the matrices and see what you get.

Of course, the inverse exists if and only if none of the diagonal entries is 0. And what you have already is precisely what is meant by "find an expression for the inverse matrix
[itex]D^{−1}[/itex] in terms of [itex]λ_i[/itex]".
 
Last edited by a moderator:
  • #3
Thanks Ivy. How do I go about doing the second question?
 

Similar threads

Replies
8
Views
2K
Replies
2
Views
797
Replies
14
Views
2K
Replies
5
Views
14K
Replies
4
Views
969
Replies
3
Views
2K
Replies
7
Views
1K
Back
Top