Sum of Unitary Matrices Question

In summary, a unitary matrix is a square matrix that is equal to its own inverse when multiplied by its conjugate transpose. The sum of unitary matrices is a matrix operation that results in another unitary matrix. Unitary matrices are significant in mathematics, particularly in linear algebra and quantum mechanics. To determine if a matrix is unitary, you can multiply it by its conjugate transpose and check if the result is the identity matrix. Non-unitary matrices will never result in a unitary matrix when added together.
  • #1
RJLiberator
Gold Member
1,095
63

Homework Statement


Find an example of two unitary matrices that when summed together are not unitary.

Homework Equations

The Attempt at a Solution



A = \begin{pmatrix}
0 & -i\\
i & 0\\
\end{pmatrix}

B = \begin{pmatrix}
0 & 1\\
1 & 0\\
\end{pmatrix}

A+B =
A = \begin{pmatrix}
0 & 1-i\\
1+i & 0\\
\end{pmatrix}

So we see that the hermitian conjugate of (A+B) is identical to A+B.

So (A+B)(A+B) =
A = \begin{pmatrix}
2 & 0\\
0 & 2\\
\end{pmatrix}

So since it is a diagonal matrix of 2, this is not the identity matrix. We can safely conclude that while A is unitary, B is unitary, (A+B) is NOT unitary.

Safe understanding?

Thanks
 
Physics news on Phys.org
  • #2
RJLiberator said:

Homework Statement


Find an example of two unitary matrices that when summed together are not unitary.

Homework Equations

The Attempt at a Solution



A = \begin{pmatrix}
0 & -i\\
i & 0\\
\end{pmatrix}

B = \begin{pmatrix}
0 & 1\\
1 & 0\\
\end{pmatrix}

A+B =
A = \begin{pmatrix}
0 & 1-i\\
1+i & 0\\
\end{pmatrix}

So we see that the hermitian conjugate of (A+B) is identical to A+B.

So (A+B)(A+B) =
A = \begin{pmatrix}
2 & 0\\
0 & 2\\
\end{pmatrix}

So since it is a diagonal matrix of 2, this is not the identity matrix. We can safely conclude that while A is unitary, B is unitary, (A+B) is NOT unitary.

Safe understanding?

Thanks

That's fine. Even simpler, if ##I## is the identity matrix, then ##I## is unitary, so is ##-I##. ##I+(-I)=0##. ##0## is not unitary.
 
  • Like
Likes RJLiberator

Similar threads

Replies
2
Views
791
Replies
6
Views
866
Replies
6
Views
1K
Replies
12
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Back
Top