Question:

The matrix \[ \begin{pmatrix} 0 & 1 & -2 \\ -1 & 0 & -7 \\ 2 & 7 & 0 \end{pmatrix} \] is a :

Show Hint

To check for skew-symmetry, take the transpose of the matrix and check if $A^T = -A$.
Updated On: Jun 16, 2025
  • diagonal matrix
  • symmetric matrix
  • skew symmetric matrix
  • scalar matrix
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

A matrix is skew-symmetric if $A^T = -A$. Let us check this property for the given matrix: \[ A^T = \begin{pmatrix} 0 & -1 & 2 \\ 1 & 0 & 7 \\ -2 & -7 & 0 \end{pmatrix} \] We see that $A^T = -A$, so the given matrix is skew-symmetric.
Was this answer helpful?
0
0