Invertible n×n matrix A의 determinant는 어떤 i에 대해 다음과 같이 주어진다. det(A)=n∑j=1(−1)i+jAijdet(~Aij) 각 Aij를 variable로 선언한다면 det(A)는 Aij들로 이루어진 함수다. x를 Aij들에 dependent하는 어떤 변수라고 한다면 det(A)를 x에 대해 미분한 결과는 chain rule과 components of the inverse of a matrix를 구하는 공식에 의해 다음과 같이 얻어진다. ddet(A)dx=∑i,j∂det(A)∂AijdAijdx=∑i,j(−1)i+jdet(~Aij)dAijdx=det(A)∑i,j(A−1)jidAijdx
SAMICO