For a matrix M = {m_{ij}}, i,j = 1,2,3,4, the diagonal elements are all zero and m_{ij} = -m_{ji}. The minimum number of elements required to fully specify the matrix is ______
A. 6
B. 6
C. 12
D. 16
GATE 2020 · General Aptitude · Numerical Computation · medium
Answer: The minimum number of elements required to fully specify the matrix is 6.
Total entries and diagonal constraint: Off-diagonal entries = 16 - 4 = 12.
Apply skew-symmetry to halve off-diagonal: Since m_{ij} = -m_{ji}, each pair (i,j) and (j,i) for i != j counts as 1 free entry. Number of pairs = C(4,2) = 4*3/2 = 6.