Question:medium

An \( n \times n \) matrix is formed using 0, 1 and -1 as its elements. The number of such matrices which are skew symmetric is:

Show Hint

For skew symmetric matrices, set diagonal elements to 0 and use the condition \( a_{ij} = -a_{ji} \). Count the independent off-diagonal elements (\( \frac{n(n-1)}{2} \)) and compute the number of choices for each.
Updated On: Nov 28, 2025
  • \( \frac{n(n-1)}{2} \)
  • \( (n-1)^2 \)
  • \( 2^{n(n-1)/2} \)
  • \( 3^{n(n-1)/2} \)