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., . 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.
A matrix A is called orthogonal if:
Where:
Here are some important orthogonal matrix properties:
One of the most useful properties of an orthogonal matrix is:
This means that instead of performing complex inverse operations, we can simply transpose the matrix to get its inverse — saving both time and computation.
Let’s check whether the following matrix is orthogonal:
Let’s compute :
Now,
Therefore, this is an orthogonal matrix.
Let’s verify the orthogonality of this 3x3 matrix:
To verify it's orthogonal:
This is a valid orthogonal matrix example (3 × 3) after simplification.
Example 1: Check whether the matrix is orthogonal.
Solution:
Step 1: Find (transpose of A):
Step 2: Multiply :
Hence, A is an orthogonal matrix.
Example 2: Show that is orthogonal.
Solution:
Step 1: Compute dot product of each pair of rows:
Step 2: Check (you can verify by matrix multiplication).
Hence, it is an orthogonal matrix example 3 x 3.
Example 3: Find the inverse of the matrix
Solution:
Since AA is orthogonal, the inverse is:
Inverse of orthogonal matrix is its transpose.
Example 4: Verify whether is orthogonal.
Solution:
Find :
Thus, A is orthogonal.
(Session 2025 - 26)