I have a bit of trouble proving an adjugate matrix equality for $A_{n\times n} = [a_{ij}]$,
$$ \mbox{adj} (A) = \left[ \frac{\partial }{\partial a_{ij} } \det(A) \right]^T, \quad i, j = 1,\dots,n $$
I tried by definition
$$ \mbox{adj} (A) = \left[ (-1)^{i+j} \sum_{\sigma \in C_n } \left( \mbox{sgn} (\sigma) \prod_{k=1\\k\neq i }^n a_{k,\sigma(k)} \right) \right]^T $$
where $C_n = \{\sigma \in S_n : \sigma(i) = j \} $ and $S_n$ is the set of all $n$-permutation of the set $\{1,\dots,n\}$ . $sgn(\sigma)$ is $-1$ if permuatation $\sigma$ is odd , it's $1$ otherwise . $\sigma(k)$ returns the $k$th element of $\sigma$ . The thing within the square bracket is the $(i,j)-$cofactor . I pause here and look at the RHS of the statement
$$ \left[ \frac{\partial }{\partial a_{ij} } \det(A) \right]^T = \left[\sum_{\sigma\in C_n } \left( \mbox{sgn} (\sigma) \prod_{k=1\\ k \neq i}^n a_{k,\sigma(k)} \right) \right]^T $$
But I'm unable to deal with the signs ...
You can use Laplace expansion wiki to write $$ \det(\mathbf{A}) = \sum_j C_{ij} A_{ij} $$ where $C_{ij}$ is called the cofactor of $A_{ij}$.
It follows $$ \frac{\partial \det(\mathbf{A})}{\partial A_{ij}} = C_{ij} $$ or in matrix form $$ \frac{\partial \det(\mathbf{A})}{\partial \mathbf{A}} = \mathbf{C} = \left[\mathrm{adj}(\mathbf{A}) \right]^{T} $$