Matrix Factorization and Determinant

주합루 오픈 위키
Juhapru (토론 | 기여)님의 2022년 5월 23일 (월) 22:43 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 이동 검색으로 이동

https://kitchingroup.cheme.cmu.edu/blog/2013/04/01/Computing-determinants-from-matrix-decompositions/


1. A = PLU,
   det(L) = 1
   det(U) = Product of diagonal elements
   det(P) = (-1)^p
    p can be calculated by   dim - (sum of diagonal of P) - 1, 
    만약 diagonal이 1이면 안바뀐 것이고, 0이번 바뀐 것이므로