Why Is My Matrix Not Diagonal After 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
1 reply · 2K views
LagrangeEuler
Messages
711
Reaction score
22

Homework Statement


Form unitary matrix from eigen vectors of ##\sigma_y## and using that unitary matrix diagonalize ##\sigma_y##.
[tex] \sigma_y=<br /> \begin{bmatrix}<br /> 0 & -i & \\<br /> i & 0 & \\<br /> <br /> \end{bmatrix}[/tex][/B]

Homework Equations


Eigen vectors of ##\sigma_y## are
[tex] \vec{X}_1=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 \\<br /> i \\<br /> <br /> \end{bmatrix}[/tex]
and
[tex] \vec{X}_2=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 \\<br /> -i \\<br /> <br /> \end{bmatrix}[/tex]

The Attempt at a Solution


I am not sure, where I am making a mistake. Unitary matrix ##U## is defined by
[tex] U=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 & 1 & \\<br /> i & -i & \\<br /> <br /> \end{bmatrix}[/tex]
whereas
[tex] U^{\dagger}=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 & -i & \\<br /> 1 & i & \\<br /> <br /> \end{bmatrix}[/tex].
And somehow

##U \sigma_y U^{\dagger}##
is not diagonal. Is there any explanation? Where I am making a mistake?



[/B]
 
Physics news on Phys.org
LagrangeEuler said:
##U \sigma_y U^{\dagger}##
is not diagonal. Is there any explanation? Where I am making a mistake?

If ##U## is formed from the eigenvectors of ##\sigma_y##, then ##U^\dagger \sigma_y U## will be diagonal, not ##U \sigma_y U^\dagger##

In general, let ##A## be a square matrix, and let ##u_1##, ##u_2## etc. be eigenvectors with eigenvalues ##\lambda_1##, ##\lambda_2##, etc. Then let ##U## be the matrix formed by sticking the eigenvectors together: ##U = \left( \begin{array}\\ u_1 & u_2 & ...\end{array} \right)##. Then ##A U## will be the matrix

##A U = \left( \begin{array}\\ \lambda_1 u_1 & \lambda_2 u_2 & ...\end{array} \right)##.

Then ##U^\dagger## will be the matrix ##U^\dagger = \left( \begin{array}\\ u_1^\dagger \\ u_2^\dagger \\ . \\ . \\. \end{array} \right)##

So since ##u_n^\dagger u_m = 0## or ##1##, depending on whether ##n=m##, you will have:

##U^\dagger A U## will be the matrix ##U^\dagger = \left( \begin{array}\\ \lambda_1 & 0 & ...\\ 0 & \lambda_2 & 0 & ... \\ 0 & 0 & \lambda_3 & ... \\ . \\. \end{array} \right)##