The matrix is said to be an orthogonal matrix if the product of a matrix and its transpose gives an identity value. Before discussing it briefly, let us first know what matrices are. A matrix is a rectangular array of numbers which are arranged in rows and columns.
Table of Contents: |
Let us see an example of a 2×3 matrix;
In the above matrix, you can see there are two rows and 3 columns. The standard matrix format is given as:
Where n is the number of columns and m is the number of rows, aij are its elements such that i=1,2,3,…n & j=1,2,3,…m.
If m=n, which means the number of rows and number of columns is equal, then the matrix is called a square matrix.
For example,
This is a square matrix, which has 3 rows and 3 columns.
There are a lot of concepts related to matrices. The different types of matrices are row matrix, column matrix, rectangular matrix, diagonal matrix, scalar matrix, zero or null matrix, unit or identity matrix, upper triangular matrix & lower triangular matrix. In linear algebra, the matrix and its properties play a vital role. In this article, a brief explanation of the orthogonal matrix is given with its definition and properties.
What do you mean by Orthogonal?
When we say two vectors are orthogonal, we mean that they are perpendicular or form a right angle. Now when we solve these vectors with the help of matrices, they produce a square matrix, whose number of rows and columns are equal.Â
Orthogonal Matrix Definition
We know that a square matrix has an equal number of rows and columns. A square matrix with real numbers or elements is said to be an orthogonal matrix if its transpose is equal to its inverse matrix. Or we can say when the product of a square matrix and its transpose gives an identity matrix, then the square matrix is known as an orthogonal matrix.
Suppose A is a square matrix with real elements and of n x n order and AT is the transpose of A. Then according to the definition, if, AT = A-1 is satisfied, then,
A AT = I
Where ‘I’ is the identity matrix, A-1 is the inverse of matrix A, and ‘n’ denotes the number of rows and columns.
Note:
- All the orthogonal matrices are invertible. Since the transpose holds back the determinant, therefore we can say, the determinant of an orthogonal matrix is always equal to the -1 or +1.
- All orthogonal matrices are square matrices but not all square matrices are orthogonal.
Orthogonal Matrix Properties
- We can get the orthogonal matrix if the given matrix should be a square matrix.
- The orthogonal matrix has all real elements in it.
- All identity matrices are orthogonal matrices.
- The product of two orthogonal matrices is also an orthogonal matrix.
- The collection of the orthogonal matrix of order n x n, in a group, is called an orthogonal group and is denoted by ‘O’.
- The transpose of the orthogonal matrix is also orthogonal. Thus, if matrix A is orthogonal, then is AT is also an orthogonal matrix.
- In the same way, the inverse of the orthogonal matrix, which is A-1 is also an orthogonal matrix.
- The determinant of the orthogonal matrix has a value of ±1.
- It is symmetric in nature.
- If the matrix is orthogonal, then its transpose and inverse are equal.
- The eigenvalues of the orthogonal matrix also have a value of ±1, and its eigenvectors would also be orthogonal and real.
Inverse of Orthogonal Matrix
The inverse of the orthogonal matrix is also orthogonal. It is the matrix product of two matrices that are orthogonal to each other.Â
If inverse of the matrix is equal to its transpose, then it is an orthogonal matrix.
Unitary Matrix
A square matrix is called a unitary matrix if its conjugate transpose is also its inverse.Â
A.AT = I
So, basically, the unitary matrix is also an orthogonal matrix in linear algebra.Â
Determinant of Orthogonal Matrix
The number which is associated with the matrix is the determinant of a matrix. The determinant of a square matrix is represented inside vertical bars. Let Q be a square matrix having real elements and P is the determinant, then,
Â
Therefore,
|Q| = a1.b2 – a2.b1
If Q is an orthogonal matrix, then,
|Q| = ±1
Therefore, the value of the determinant for the orthogonal matrix will be either +1 or -1.
Dot Product of Orthogonal Matrix
When we learn in Linear Algebra, if two vectors are orthogonal, then the dot product of the two will be equal to zero. Or we can say, if the dot product of two vectors is zero, then they are orthogonal. Also, if the magnitude of the two vectors is equal to one, then they are called orthonormal.Â
To check, we can take any two columns or any two rows of the orthogonal matrix, to find they are orthonormal and perpendicular to each other. Since the transpose of an orthogonal matrix is an orthogonal matrix itself.Â
Solved Examples
Let us see an example of the orthogonal matrix.
Q.1: Determine if A is an orthogonal matrix.Â
Solution: To find if A is orthogonal, multiply the matrix by its transpose to get the identity matrix.
Given,Â
Transpose of A,
Now multiply A and AT
Since, we have got the identity matrix at the end, therefore the given matrix is orthogonal.
Solution:
Given,Â
So,
Now, we have to prove QT = Q-1
Now let us find Q-1.
Now, compare (1) and (2), we get QT = Q-1
Therefore, Q is an orthogonal matrix.
Practice Problems
- \(\begin{array}{l}Check\ whether\ the\ matrix\ A=\begin{bmatrix}2 & 3 \\1 & 2 \\\end{bmatrix} is\ orthogonal.\end{array} \)
- Prove that the product of two orthogonal matrices is always orthogonal.
- \(\begin{array}{l}If\ A = \frac{1}{3} \begin{bmatrix}1 & 2 & 2\\2 & 1 & -2\\ x & 2 & y \end{bmatrix}is\ an\ orthogonal\ matrix,\ then\ find\ the\ values\ of\ x\ and\ y. \end{array} \)
Frequently Asked Questions
What are Orthogonal Matrices?
Orthogonal matrices are square matrices which, when multiplied with their transpose matrix results in an identity matrix. So, for an orthogonal matrix, A•AT = I
How to Know if a Matrix is Orthogonal?
To check if a given matrix is orthogonal, first find the transpose of that matrix. Then, multiply the given matrix with the transpose. Now, if the product is an identity matrix, the given matrix is orthogonal, otherwise, not.
What is the Value of Determinant for an Orthogonal Matrix?
The value of the determinant of an orthogonal matrix is always ±1.
it was useful for me ,thank you