Question
Identify and verify the type of each matrix below:
Also, state the defining condition for an orthogonal matrix.
Solution — Step by Step
Write by swapping rows and columns — the entry of is the entry of .
We see , so is a symmetric matrix.
Compare with : every entry of equals times the corresponding entry of . That is, . So is a skew-symmetric matrix.
For a skew-symmetric matrix, the diagonal entries satisfy , which forces . Check : all three diagonal entries are indeed . This is a mandatory property — if even one diagonal entry is non-zero, the matrix cannot be skew-symmetric.
A square matrix is orthogonal if:
Equivalently, . The rows (and columns) of form an orthonormal set — mutually perpendicular unit vectors. Neither nor above is orthogonal.
Why This Works
The key is the transpose operation. Symmetric means the matrix is a mirror image of itself across the main diagonal — so for all . Geometrically, symmetric matrices represent self-adjoint transformations, which is why they appear so often in physics and engineering (moment of inertia tensors, covariance matrices).
Skew-symmetric means the matrix is the negative mirror image: . This forces every diagonal entry to be zero because has only one solution. In CBSE 12 and JEE, skew-symmetric matrices almost always appear with this zero-diagonal check as a quick verification step.
Orthogonal matrices are a different beast — they preserve lengths and angles. The condition is the algebraic way of saying “columns are orthonormal.” In JEE, orthogonal matrices mostly appear in rotation problems and the spectral theorem.
Alternative Method
Decomposition approach — any square matrix can be split uniquely into a symmetric part and a skew-symmetric part:
If itself equals , it is symmetric. If it equals , it is skew-symmetric.
This decomposition is a regular CBSE 12 long-answer question (3–4 marks). Given any matrix, write it as sum of symmetric and skew-symmetric — it’s mechanical once you know the formula.
For matrix above, compute :
Since , confirmed skew-symmetric. Final answers: is symmetric, is skew-symmetric.
Common Mistake
Students often write correctly but then forget to actually verify entry by entry — they just say “it looks symmetric” from the diagonal. In exams, the verification step carries marks. Write out explicitly and show the equality. Also, many students confuse the orthogonal condition: they write (symmetric) instead of . Symmetric orthogonal. A symmetric matrix can be orthogonal only if it is also an involution (), which is a rare special case.