Open In App

Unitary Matrix

Last Updated : 03 Jun, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Unitary Matrix: Unitary Matrices are defined as square matrices of complex numbers such that the product of the conjugate transpose of a unitary matrix, with the unitary matrix itself, gives an identity matrix. Matrices are defined as rectangular arrays in which numbers are arranged in rows and columns. Number of rows and columns determined the size of the matrix. We have different types of matrices, such as rectangular, square, triangular, symmetric, and singular matrices.

In this article, we will learn about a unitary matrix in detail, along with its definition, examples, properties, sample problems etc.

What is a Unitary Matrix?

A square matrix of complex numbers is said to be a unitary matrix if its inverse is equal to the conjugate transpose. In other words, the product of a unitary matrix and its conjugate transpose is equal to the identity matrix. As the determinant of a unitary matrix is not equal to zero, it is a non-singular matrix. The rows and columns of a unitary matrix are orthonormal. If "U" is a unitary matrix and "UH" is its conjugate transpose, then the following condition must be satisfied:

  • UUH = UHU = I
  • UH = U-1

Unitary Matrix Definition

A unitary matrix is a square matrix that has some properties analogous to those of orthogonal matrices but for complex numbers.

Unitary Matrix Examples

  • Matrix given below is a unitary matrix of order "2 × 2."

A_{2\times2} = \frac{1}{\sqrt{2}}\left[\begin{array}{cc} 1 & 1\\ i & -i \end{array}\right]

  • Matrix given below is a unitary matrix of order "3 × 3."

B_{3\times3} = \left[\begin{array}{ccc} i & 0 & 0\\ 0 & i & 0\\ 0 & 0 & i \end{array}\right]

Properties of a Unitary Matrix

Following are some important properties of a unitary matrix:

  • Every unitary matrix is a square matrix.
  • A unitary matrix is a non-singular matrix.
  • Every unitary matrix is an invertible matrix.
  • Every unitary matrix is diagonalizable.
  • When two unitary matrices of the same order are multiplied, the resultant matrix is also unitary.
  • When two unitary matrices of the same order are added or subtracted, the resultant matrix is also unitary.
  • Absolute value of the determinant of a unitary matrix is one, i.e., |det(U)| = 1.
  • An identity matrix is also a unitary matrix.
  • In a unitary matrix, the modulus of every eigenvalue is always one, i.e., |λ| = 1.

Solved Examples on Unitary Matrix

Example 1: Prove that the matrix given below is unitary.

U = \frac{1}{2}\left[\begin{array}{cc} 1+i & -1+i\\ 1+i & 1-i \end{array}\right]

Solution:

To prove that the given matrix is unitary, we need to prove that UUH = I

Conjugate matrix of U =\frac{1}{2} \left[\begin{array}{cc} 1-i & -1-i\\ 1-i & 1+i \end{array}\right]

U^{H} = \frac{1}{2}\left[\begin{array}{cc} 1-i & 1-i\\ -1-i & 1+i \end{array}\right]

UU^{H} = \frac{1}{2}\left[\begin{array}{cc} 1+i & -1+i\\ 1+i & 1-i \end{array}\right]\times\frac{1}{2}\left[\begin{array}{cc} 1-i & 1-i\\ -1-i & 1+i \end{array}\right]

UU^{H} = \frac{1}{4} \left[\begin{array}{cc} [(1+i)(1-i)+(-1+i)(-1-i)] & [(1+i)(1-i)+(-1+i)(1+i)]\\{} [(1+i)(1-i)+(1-i)(-1-i)] & [(1+i)(1-i)+(i-i)(1+i)] \end{array}\right]

UU^{H} = \frac{1}{4}\left[\begin{array}{cc} [1+1+1+1] & [1+1-1-1]\\{} [1+1-1-1] & [1+1+1+1] \end{array}\right]

UU^{H} = \frac{1}{4}\left[\begin{array}{cc} 4 & 0\\ 0 & 4 \end{array}\right]

UU^{H} = \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right] = I

Hence the given matrix is unitary.

Example 2: Is the matrix given below a unitary matrix?

A = \left[\begin{array}{cc} i & 0\\ 0 & 1 \end{array}\right]

Solution:

To prove that the given matrix is unitary, we need to prove that AAH = I

The conjugate matrix of U = \left[\begin{array}{cc} -i & 0\\ 0 & 1 \end{array}\right]

A^{H} = \left[\begin{array}{cc} -i & 0\\ 0 & 1 \end{array}\right]

AA^{H} = \left[\begin{array}{cc} i & 0\\ 0 & 1 \end{array}\right]\times\left[\begin{array}{cc} -i & 0\\ 0 & 1 \end{array}\right]

AA^{H} = \left[\begin{array}{cc} [(i\times-i)+0] & [0+0]\\{} [0+0] & [0+1] \end{array}\right]

AA^{H} = \left[\begin{array}{cc} -i^{2} & 0\\ 0 & 1 \end{array}\right]

AA^{H} = \left[\begin{array}{cc} -(-1) & 0\\ 0 & 1 \end{array}\right] = \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right] = I

Hence the given matrix is unitary.

Example 3: Prove that the absolute value of the determinant of a unitary matrix is one.

P =\frac{1}{3} \left[\begin{array}{cc} 2-i & 2\\ 2 & 2+i \end{array}\right]

Solution:

P = \left[\begin{array}{cc} \frac{2-i}{3} & \frac{-2}{3}\\ \frac{2}{3} & \frac{2+i}{3} \end{array}\right]

|P| = \left|\begin{array}{cc} \frac{2-i}{3} & \frac{-2}{3}\\ \frac{2}{3} & \frac{2+i}{3} \end{array}\right|

|P| = (\frac{2-i)}{3})(\frac{2+i}{3})-(\frac{-2}{3})(\frac{2}{3})

|P| = (\frac{4-i^{2}}{9})+(\frac{4}{9})

|P| = (\frac{4-(-1)}{9})+(\frac{4}{9})

|P| = \frac{5}{9}+\frac{4}{9}= \frac{(5+4)}{9}= \frac{9}{9}= 1

Hence proved.


Next Article

Similar Reads

  翻译: