"Matrix Factorization and Determinant"의 두 판 사이의 차이

주합루 오픈 위키
둘러보기로 이동 검색으로 이동
(새 문서: 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)
 
 
7번째 줄: 7번째 줄:
     det(U) = Product of diagonal elements
     det(U) = Product of diagonal elements
     det(P) = (-1)^p
     det(P) = (-1)^p
    p can be calculated by  dim - (sum of diagonal of P) - 1,
    만약 diagonal이 1이면 안바뀐 것이고, 0이번 바뀐 것이므로

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이번 바뀐 것이므로