Question:medium

If a matrix A is both symmetric and skew-symmetric, then A is:

Show Hint

A matrix that is both symmetric and skew-symmetric must be a zero matrix. This is because no non-zero matrix can satisfy both conditions simultaneously.
Updated On: Feb 25, 2026
  • Diagonal matrix
  • Zero matrix
  • Non-singular matrix
  • Scalar matrix
Show Solution

The Correct Option is B

Solution and Explanation

A matrix \( A \) is symmetric if \( A^T = A \). It is skew-symmetric if \( A^T = -A \). If a matrix \( A \) is both symmetric and skew-symmetric, then \( A^T = A \) and \( A^T = -A \). This leads to \( A = -A \), implying that \( A \) must be the zero matrix. The only matrix satisfying \( A = -A \) is the matrix with all zero elements. Consequently, \( A \) is a zero matrix.
Was this answer helpful?
0