Equation containing cofactor of derivative and Kronecker-delta

determinantkronecker-deltalinear algebra

Let $d_{ij}$ be the cofactor of $\frac{\partial f_j(x)}{\partial x_i}$ in $J_f(x)$, i.e. $d_{ij}$ is $(-1)^{i+j}$ times the determinant which you obtain from $J_f(x)$ cancelling the $j$-th row and the $i$-th column.
Let $J_f(x)$ be the Jacobian matrix and $\delta_{ij}$ the Kronecker-delta. Then

\begin{align}
\sum_{i=1}^n d_{ij}(x) \frac {\partial f_k(x)}{\partial x_i} = \delta_{jk} ~ det ~ J_f(x), ~~~\text{for}~~j,k \in \{1,..,n\}
\end{align}

My questions is, why the equation is accurate. In particular I don't see why the left side should be zero, if $j \neq k$.

Best Answer

This doesn't really have anything to do with Jacobians, it holds for any matrix.

If $j=k$, it's just expansion of the determinant along the $j$th row. And if $j \neq k$, it's “expansion along the wrong row”, where you expand along one row but use the cofactors from another row, which gives the same result as if you do expansion of a determinant where two rows are equal, i.e., the result is zero.