Question
Mathematics Question on Symmetric and Skew Symmetric Matrices
If A and B are symmetric matrices of the same order, then AB−BA is:
A
Symmetric matrix
B
Zero matrix
C
Skew-symmetric matrix
D
Identity matrix
Answer
Skew-symmetric matrix
Explanation
Solution
To determine the nature of AB−BA, let’s use the properties of symmetric and skew-symmetric matrices.
Symmetric Matrix Property: A matrix M is symmetric if MT=M.
Since A and B are symmetric matrices, we know AT=A and BT=B.
Now, consider (AB−BA)T:
(AB−BA)T=BTAT−ATBT
Since AT=A and BT=B, this becomes:
(AB−BA)T=BA−AB=−(AB−BA)
This result implies that AB−BA is a skew-symmetric matrix, as (AB−BA)T=−(AB−BA).
Thus, AB−BA is skew-symmetric.