What will be the value of the determinant of a skew-symmetric matrix of even order when a single element is interchanged between first row and first column?
For,
$\left| \begin{array}{cccc} 0 & 1 & 2 & -1 \\ -1 & 0 & 1 & 2 \\ -2 & -1 & 0 & 1 \\ 1 & -2 & -1 & 0 \end{array} \right|$ = 16
$\left| \begin{array}{cccc} 0 & 1 & -2 & -1 \\ -1 & 0 & 1 & 2 \\ 2 & -1 & 0 & 1 \\ 1 & -2 & -1 & 0 \end{array} \right|$ = 16
$\left| \begin{array}{cccc} 0 & 1 & 2 & -1 \\ -1 & 0 & 1 & -2 \\ -2 & -1 & 0 & 1 \\ 1 & 2 & -1 & 0 \end{array} \right|$ = 16
$\left| \begin{array}{cccc} 0 & 1 & -2 & -1 \\ -1 & 0 & 1 & -2 \\ 2 & -1 & 0 & 1 \\ 1 & 2 & -1 & 0 \end{array} \right|$ = 16
but,
$\left| \begin{array}{cccc} 0 & 1 & 2 & 1 \\ -1 & 0 & 1 & -2 \\ -2 & -1 & 0 & 1 \\ -1 & 2 & -1 & 0 \end{array} \right|$ = 36.
In the above example the value of determinant doesn't changed when the elements 2 and -2 are interchanged but the value of determinant changed when the elements 1 and -1 are interchanged.
Kindly any one answer me when does the value of determinant change?