Invertible n×nn×n matrix AA의 determinant는 어떤 ii에 대해 다음과 같이 주어진다. det(A)=n∑j=1(−1)i+jAijdet(~Aij)det(A)=n∑j=1(−1)i+jAijdet(˜Aij) 각 AijAij를 variable로 선언한다면 det(A)det(A)는 AijAij들로 이루어진 함수다. xx를 AijAij들에 dependent하는 어떤 변수라고 한다면 det(A)det(A)를 xx에 대해 미분한 결과는 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