A matrix A is skew-symmetric if:
AT=−A
For any element aij in the matrix:
aij=−aji
For diagonal elements where i=j:
aii=−aii
aii+aii=0
2aii=0
aii=0
All diagonal elements must be zero.
Option 1: aij=aji1
This is not a property of skew-symmetric matrices.
Option 2: aij=0 for i=j
This is correct. All diagonal elements (where i=j) must be zero.
Option 3: aij=0 for all i,j
This is incorrect. Only diagonal elements are zero. Off-diagonal elements can be non-zero.
Option 4: aij=0 for i=j
This is incorrect. Diagonal elements must be zero.
Therefore, the answer is Option 2.