Careers360 Logo
Unitary matrix

Unitary matrix

Edited By Komal Miglani | Updated on Sep 19, 2024 11:55 AM IST

A matrix (plural: matrices) is a rectangular arrangement of symbols along rows and columns that might be real or complex numbers. Thus, a system of m x n symbols arranged in a rectangular formation along m rows and n columns is called an m by n matrix (which is written as m x n matrix). There are special types of matrices like Orthogonal matrices, Unitary matrices, and Idempotent matrices. In real life, we use unitary matrices in quantum mechanics.

In this article, we will cover the concept of unitary matrices. This category falls under the broader category of Matrices, which is a crucial Chapter in class 12 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination(JEE Main) and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. A total of twelve questions have been asked on this topic in JEE MAINS(2013 - 2023) including one in 2021 and one in 2023.

Square matrix

The square matrix is the matrix in which the number of rows = number of columns. So a matrix \mathrm{A=[a_{ij}]_{m\times n}\;} is said to be a square matrix when m = n.

E.g.

\\\mathrm{\begin{bmatrix} a_{11} &a_{12} &a_{13} \\ a_{21}& a_{22} &a_{23} \\ a_{31}& a_{32} &a_{33} \end{bmatrix}_{3\times3}} \mathrm{or,\;\;\;\begin{bmatrix} 2 &-4 \\ 7 & 3 \end{bmatrix}_{2\times2}}

Unitary matrix

A unitary matrix is a square matrix of complex numbers, whose inverse is equal to its conjugate transpose.

The product of a unitary matrix and the conjugate transpose of a unitary matrix is equal to the identity matrix.

Let A be a square matrix, and if AAH = I, where I is the identity matrix, then A is said to be a unitary matrix, and AH is its conjugate transpose.

Properties of Unitary Matrices

If A is unitary matrices, I is identity matrices, A-1 is the Inverse of matrix A, and AH is the conjugate transpose of matrix A.

1) If A AH = I, then A-1 = AH

2) If A and B are unitary, Then AB is also unitary.

3) If A is unitary, then A-1 and AH are also unitary.

4) A AH = AH A= I

5) A unitary matrix is a non-singular matrix.

6) The determinant of the unitary matrix is not equal to zero.

7) The inverse of a unitary matrix is another unitary matrix.

8) A matrix is unitary, if and only if its transpose is unitary

9) The unitary matrices can also be non-square matrices but have orthonormal columns and rows.

10) The sum or difference of two unitary matrices does NOT need to be a unitary matrix. For example, if A is a unitary matrix, then A - A = O (null matrix), which is NOT unitary.

Solved Examples Based on Unitary Matrix

Example 1: Which of the following properties is true for a unitary matrix \( U \)?

1) \( U^{-1} = U^T \)
2) The columns of \( U \) are orthonormal vectors.
3) The determinant of \( U \) is always zero.
4) \( U U^T = I \)

Solution:
1) False. For a unitary matrix \( U \), \( U^{-1} = U^* \), where \( U^* \) is the conjugate transpose of \( U \). \( U^T \) is used for orthogonal matrices.
2) True. The columns (and rows) of a unitary matrix are orthonormal vectors.
3) False. The determinant of a unitary matrix has an absolute value of 1, not zero.
4) False. For a unitary matrix, \( U U^* = I \), not \( U U^T \).

Hence, the answer is option 2.

Example 2: If the matrix A=\left[\begin{array}{cc}{a +bi} & {-c+i d} \\ { c+id} & {a -ib}\end{array}\right] is a Unitary matrix then

1) a^2+b^2+c^2+d^2=1

2)a^2+b^2=c^2+d^2

3)a^2+c^2=b^2+d^2

4) a^2+b^2+c^2+d^2=0

Solution

\\A=\left[\begin{array}{cc}{a +bi} & {-c+i d} \\ { c+id} & {a -ib}\end{array}\right]\\ \\A\cdot A^{\theta}=\left[\begin{array}{cc}{a +bi} & {-c+i d} \\ { c+id} & {a -ib}\end{array}\right]\cdot \left[\begin{array}{cc}{a -bi} & {c-i d} \\ { -c-id} & {a +ib}\end{array}\right]=\left[\begin{array}{cc}{1} & {0} \\ { 0} & {1}\end{array}\right]

\left[\begin{array}{cc}{a^2+b^2+c^2+d^2} & {0} \\ { 0} & {a^2+b^2+c^2+d^2}\end{array}\right]=\left[\begin{array}{cc}{1} & {0} \\ { 0} & {1}\end{array}\right]

a^2+b^2+c^2+d^2=1

Hence, the answer is option 1.

Example 3: If \( V \) is a 3x3 unitary matrix, what is the possible value of \( \det(V) \)?

A) 0
B) 1
C) -1
D) 1 or -1

Solution:
For a unitary matrix \( V \), the determinant must lie on the unit circle in the complex plane, which means it has an absolute value of 1. Therefore, the possible values are \( e^{i\theta} \) where \( \theta \) is any real number. Specifically, the determinant can be \( \pm 1 \) or any complex number of absolute value 1.

Hence, the answer is option 4.

Example 4: \frac{1}{\sqrt{3}}\begin{bmatrix} 1 & 1+i\\ 1-i &-1 \end{bmatrix} is a

1)Nilpotent Matrix

2)Unitary Matrix

3)Symmetric Matrix

4)Skew-Symmetric Matrix

Solution

Let A = \frac{1}{\sqrt{3}}\begin{bmatrix} 1 & 1+i\\ 1-i &-1 \end{bmatrix}

Then A^{\Theta }= \frac{1}{\sqrt{3}}\begin{bmatrix} 1 & 1-i\\ 1+i &-1 \end{bmatrix}

Multiplying both the matrices, we get:

AA^{\Theta }=I

Thus, it is a unitary matrix.

Hence, the answer is the option (2).

Example 5: If A and B are unitary matrix. Then which of the following option is True.

1) A+B is unitary matrix.(always)

2) A-B is unitary matrix. (always)

3) AB is a unitary matrix.(always)

4) (1) and (3) both

Solution:

As we have learnt

Unitary matrix -

AA^{\Theta }=I

- wherein

A^{\Theta } is complex conjugate transpose matrix of matrix A and I is identity matrix

A.A^{\theta }=I\; \; and\; \; BB^{\theta} =I

(a) (A+B)^{\theta }(A+B)= (A^{\theta }+B^{\theta })(A+B)=A^{\theta }A+A^{\theta }B+B^{\theta }A+B^{\theta }B

(b) (A-B)^{\theta }(A-B)= (A^{\theta }-B^{\theta })(A-B)=A^{\theta }A-B^{\theta }A-A^{\theta }B+B^{\theta }B

(c) (AB)^{\theta }(AB)=B^{\theta }A^{\theta }AB =B^{\theta }(I)B=B^{\theta }B=I

Hence, the answer is option 4.

Summary

A unitary matrix is a special type of matrix. Unitary matrices play a fundamental role in quantum mechanics, signal processing, and data compression, ensuring accurate representation and efficient computation. Unitary matrix provides a relationship between linear algebra and real-world applications, making them versatile tools in various scientific and engineering disciplines.

Frequently Asked Questions (FAQs)

1. What is the unitary matrix?

 A unitary matrix is a square matrix of complex numbers, whose inverse is equal to its conjugate transpose. The product of a unitary matrix and the conjugate transpose of a unitary matrix is equal to the identity matrix.

2. Can non-square matrices be unitary matrices?

Yes, the unitary matrices can also be non-square matrices but have orthonormal columns and rows.

3. Is the sum or difference of any two unitary matrices be unitary matrices?

 No, the sum or difference of two unitary matrices does NOT need to be a unitary matrix. For example, if A is a unitary matrix, then A - A = O (null matrix), which is NOT unitary.

4. Is a unitary matrix a singular matrice or non-singular matrice?

A unitary matrix is a non-singular matrix. A square matrix is called a non-singular matrix if its determinant is not 0. Let's say A is a square matrix then it is non-singular if |A| ≠ 0.

5. If A is a unitary matrices then its its conjugate transpose and inverse are also unitary matrices or not.

 Yes,  If A is a unitary matrix then its its conjugate transpose and inverse are also unitary matrices.

Matrix Operations

19 Sep'24 02:02 PM

Unitary matrix

19 Sep'24 11:55 AM

Transpose of a Matrix

19 Sep'24 11:49 AM

Singular Matrix

19 Sep'24 11:37 AM

Orthogonal matrix

19 Sep'24 11:25 AM

Matrix Multiplication

19 Sep'24 11:17 AM

Elementary row operations

19 Sep'24 10:46 AM

Conjugate of a Matrix

19 Sep'24 10:39 AM

Articles

Back to top