Question:

If a matrix is both symmetric and skew symmetric, then

Show Hint

If a matrix satisfies both symmetric and skew-symmetric conditions, it must be a zero matrix.
Updated On: Jun 5, 2026
  • A is a diagonal matrix
  • A is a zero matrix
  • A is a scalar matrix
  • A is a square matrix
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
• Symmetric matrix: \(A^T = A\)
• Skew-symmetric matrix: \(A^T = -A\)

Step 1:
Given both conditions. \[ A^T = A \quad \text{and} \quad A^T = -A \]

Step 2:
Equate both. \[ A = -A \]

Step 3:
Solve. \[ 2A = 0 \Rightarrow A = 0 \]

Step 4:
Conclusion. All elements of matrix are zero. \[ \boxed{\text{Zero matrix}} \]
Was this answer helpful?
0
0