Question:medium

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: Feb 25, 2026
  • diagonal matrix
  • symmetric matrix
  • skew symmetric matrix
  • scalar matrix
Show Solution

The Correct Option is C

Solution and Explanation

A matrix is defined as skew-symmetric when its transpose equals the negative of the original matrix, i.e., $A^T = -A$. We will now verify this condition for the provided matrix: \[A^T = \begin{pmatrix} 0 & -1 & 2 \\1 & 0 & 7 \\-2 & -7 & 0\end{pmatrix}\]Observing the result, we confirm that $A^T = -A$, establishing the given matrix as skew-symmetric.
Was this answer helpful?
2