Question:

If A is a skew-symmetric matrix of order n. then

Updated On: May 13, 2025
  • \(a_{ij} = \frac{1}{a_{ij}}\), for all values of i and j.
  • \(a_{ij} = 0\), where i = j
  • \(a_{ij} \neq 0\), for all values of i and j.
  • \(a_{ij} \neq 0\), where i = j only.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The solution to understanding a skew-symmetric matrix and identifying the correct property involves recognizing key characteristics of such matrices.
  1. Definition: A square matrix \( A \) of order \( n \) is called skew-symmetric if its transpose \( A^T \) equals the negative of the matrix itself, i.e., \( A^T = -A \).
  2. Elements Property: This implies that for all elements \( a_{ij} \) of the matrix:

If \( A = [a_{ij}] \), then:

  • \( a_{ij} = -a_{ji} \) for all \( i \) and \( j \).
  • \( a_{ii} = -a_{ii} \) means \( 2a_{ii} = 0 \), thus \( a_{ii} = 0 \).
  1. Conclusion: Consequently, in a skew-symmetric matrix, all diagonal elements must be zero, i.e., \( a_{ij} = 0 \) where \( i = j \).
PropertyExpression
Skew-symmetric\( a_{ij} = -a_{ji} \)
Diagonal\( a_{ii} = 0 \)
Hence, the correct answer is that in a skew-symmetric matrix, \( a_{ij} = 0 \) where \( i = j \).
Was this answer helpful?
0
0