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:
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.
Articles related to Unitary Matrix:
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.
Similar Reads
Unitary Method
The unitary method is a fundamental technique in mathematics that is used to solve problems related to finding the value of a single unit and then using it to find the value of multiple units. This method is especially useful in problems involving ratios, proportions, and rates. It's a simple and ef
10 min read
Non Singular Matrix
Non-singular matrix is a square whose determinant is not zero. The non-singular matrices are also invertible matrices. In this article we will explore non-singular matrix in detail along with the non-singular matrix definition, non-singular matrix examples. We will also discuss how to find a matrix
7 min read
Rotation Matrix
A Rotation Matrix is a type of transformation matrix used to rotate vectors in a Euclidean space. It applies matrix multiplication to transform the coordinates of a vector, rotating it around the origin without altering its shape or magnitude. Rotation matrices are square matrices with real entries
11 min read
Orthogonal Matrix
A Matrix is an Orthogonal Matrix when the product of a matrix and its transpose gives an identity value. An orthogonal matrix is a square matrix where transpose of Square Matrix is also the inverse of Square Matrix. Orthogonal Matrix in Linear Algebra is a type of matrices in which the transpose of
11 min read
Unit of Electric Charge
Electric charge is the fundamental property of matter. Various properties are explained by the electric charges. So it is very important to note the unit of electric charge and other parameters of the electric charge. In this article, we will learn about electric charge its definition, and the units
5 min read
Uniform Acceleration
Uniformly Accelerated Motion or Uniform Acceleration in Physics is a motion in which the object is accelerated at constant acceleration. We have to keep in mind that uniform accelerated motion does not mean uniform velocity i.e. in uniform accelerated the velocity of the object increases linearly wi
8 min read
Universal Sets
Universal Set is a set that has all the elements associated with a given set, without any repetition. Suppose we have two sets P = {1, 3, 5} and Q = {2, 4, 6} then the universal set of P and Q is U = {1, 2, 3, 4, 5, 6}. We generally use U to denote universal sets. Universal Set is a type of set that
6 min read
Unit of Energy
Unit of energy is a standard quantity used to measure the work done by a force or the amount of heat transferred. The SI unit of energy is the joule (J). Other Units of energy are electronvolt (eV), calorie, BTU, etc In this article, we will define energy, discuss possible units to measure it, SI un
5 min read
Unit Vector
Unit Vector: Vector quantities are physical quantities that have both magnitude and direction. We define them using their initial point and final point. Unit vectors are the vectors that have a magnitude of 1. For example [Tex]\vec A  [/Tex] = 2i + 3j is not a unit vector as its magnitude is, |A| =
11 min read
Hermitian Matrix
A rectangular array of numbers that are arranged in rows and columns is known as a "matrix." The size of a matrix can be determined by the number of rows and columns in it. If a matrix has "m" rows and "n" columns, then it is said to be an "m by n" matrix and is written as an "m à n" matrix. For exa
8 min read