A square matrix whose transpose equals its inverse, i.e.,A^T=A^(-1) , is called an orthogonal matrix.
Transpose = Inverse; Determinant is ±1' Orthonormal rows and columns; Product of two orthogonal matrices is orthogonal
Yes. Since A^(-1)=A^(T), all orthogonal matrices are non-singular (invertible).
No. Only square matrices can be orthogonal, since A^(T)A must be an identity matrix.
The transpose of the matrix. That is, A^(-1)=A^T
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Orthogonal Matrix
An orthogonal matrix is a special type of square matrix whose rows and columns are orthonormal vectors. In simple terms, a matrix A is orthogonal if the product of the matrix and its transpose equals the identity matrix.
An orthogonal matrix is a special type of square matrix whose transpose is equal to its inverse, i.e., AT=A−1. This means the rows and columns of the matrix are orthonormal vectors — they are perpendicular and of unit length. Orthogonal matrices preserve the length and angle of vectors under transformation, making them essential in geometry, computer graphics, and numerical analysis. Their determinant is always either +1 or –1, indicating volume-preserving transformations.
1.0What is an Orthogonal Matrix?
A matrix A is called orthogonal if:
ATA=AAT=I
Where:
AT is the transpose of matrix A
I is the identity matrix of the same order
2.0 Properties of Orthogonal Matrix
Here are some important orthogonal matrix properties:
The inverse of an orthogonal matrix is equal to its transpose, i.e., AT=A−1
The determinant of an orthogonal matrix is always +1 or –1 i.e.,∣A∣=±1
The rows and columns form orthonormal sets:
Each row (or column) is a unit vector
Dot product of distinct rows (or columns) is 0
Product of two orthogonal matrices is also orthogonal.
The transpose of an orthogonal matrix is also orthogonal.
3.0Inverse of Orthogonal Matrix
One of the most useful properties of an orthogonal matrix is:A−1=AT
This means that instead of performing complex inverse operations, we can simply transpose the matrix to get its inverse — saving both time and computation.
4.0Example of Orthogonal Matrix (2 × 2)
Let’s check whether the following matrix is orthogonal: