- #1
RJLiberator
Gold Member
- 1,095
- 63
Homework Statement
Find all 2x2 Matrices which are both hermitian and unitary.
Homework Equations
Conditions for Matrix A:
[itex]A=A^†[/itex]
[itex]A^†A=I[/itex]
I = the identity matrix
† = hermitian conjugate
The Attempt at a Solution
1. We see by the conditions that A^† = A and by the second condition, we see that AA=I. So we write:
(\begin{pmatrix}
a & b\\
c & d
\end{pmatrix}\begin{pmatrix}
a & b\\
c & d
\end{pmatrix})= \begin{pmatrix}
1 & 0\\
0 & 1
\end{pmatrix}
Which sets us up with:
2. Solve
\begin{pmatrix}
a^2+bc & ab+bd\\
ca+dc & cb+d^2
\end{pmatrix}=\begin{pmatrix}
1 & 0\\
0 & 1
\end{pmatrix}
3. So our system:
cb+d^2=1
a^2+bc=1
ab+bd=0
ca+dc=0
4. In solving, we see that a= +/1, b=+/-1 and c,d = 0.
So we get 4 total matrices that are diagonal and all possible values +/-1.
Is this correct? Am I forgetting anything? Any complex elements am I forgetting to check?