Question:medium

If \( A \) and \( B \) are skew-symmetric matrices of same order, then \( AB - BA \) is a _____

Show Hint

If \( M^T = -M \), then matrix is skew-symmetric.
Updated On: Apr 2, 2026
  • Skew symmetric matrix
  • Zero matrix
  • Symmetric matrix
  • Identity matrix
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
A matrix $X$ is symmetric if $X^T = X$. It is skew-symmetric if $X^T = -X$. Given $A^T = -A$ and $B^T = -B$.
Step 2: Formula Application:
Let $X = AB - BA$. Take the transpose of $X$: $X^T = (AB - BA)^T = (AB)^T - (BA)^T$ Using $(PQ)^T = Q^T P^T$: $X^T = B^T A^T - A^T B^T$
Step 3: Explanation:
Substitute $A^T = -A$ and $B^T = -B$: $X^T = (-B)(-A) - (-A)(-B)$ $X^T = BA - AB = -(AB - BA) = -X$ Wait, let's re-evaluate: $X^T = (-B)(-A) - (-A)(-B) = BA - AB$. Since $X = AB - BA$, then $-X = BA - AB$. Therefore, $X^T = -X$. Correction: For skew-symmetric $A, B$, the commutator $[A, B]$ is actually skew-symmetric.
Step 4: Final Answer:
The matrix is skew-symmetric. (Option (a)).
Was this answer helpful?
0