We need to find the rank of the matrix:
\begin{bmatrix} 0&c_{1}&-b_{1}&a_{2}\\ -c_{1}&0&a_{1}&b_{2}\\ b_{1}&-a_{1}&0&c_{2}\\ -a_{2}&-b_{2}&-c_{2}&0 \end{bmatrix}
Where all $a_{i},b_{i},c_{i}$ are non zero.
The only thing I could observe was the given matrix is skew-symmetric, and the determinant is $(a_{1}a_{2}+b_{1}b_{2}+c_{1}c_{2})^2.$However I could not proceed any further than that. The rank is ofcourse = the number of non zero rows in the row echelon form of the matrix, but taking that route seems to be too tedious , and I believe the purpose of giving a skew symmetric matrix was to exploit the (skewed)symmetry somehow.
The solution given in my book is :
- Rank=$4$,if $det(A) \neq 0$. (This is straightforward)
- Rank=$2$ otherwise, since "all determinants of the third order have the value zero".
Questions:
What does the statement in quotes mean, and how is it true?
What connection does it have to finding the rank?
An argument which avoids to consider all the $3\times 3$ submatrices is the following.
Consider the "twin" matrix $$A'=\begin{pmatrix} 0&c_{2}&-b_{2}&a_{1}\\ -c_{2}&0&a_{2}&b_{1}\\ b_{2}&-a_{2}&0&c_{1}\\ -a_{1}&-b_{1}&-c_{1}&0 \end{pmatrix}$$ If your matrix $A$ has zero determinant, then all the columns of $A'$ are in the kernel $\ker A$. By the Rank–nullity theorem it holds $rg(A)=4-\ker A\leq 4-rg(A')$, but $rg(A')\geq 2$, since $A'$ is at least a 2×2 submatrix with non zero determinant, hence $rg(A)\leq 2$. By the same reason $rg(A)\geq 2$.