반응형
Cofactor의 정의이다.
나중에 Invertible matrix를 이용할때나 다른 곳에 이용되므로 잘 기억하자.
(그렇게 효율적인 방법은 아니지만 알면 좋다)
elementary row operations과 matrix A를 이용해서 determinant를 구하는 것이다.
기본 invertible 정의에 의해서 det(AB) = detA * detB 이렇게 생각할 수도 있지만, 상당히 이 부분이 중요하다.
반응형
'MATH > Linear Algebra' 카테고리의 다른 글
Cramer's Rule and Linear Transformation (0) | 2023.01.01 |
---|---|
Properties of Determinats (0) | 2023.01.01 |
Dimension and Rank - Dimension, Rank, B-coordinates (0) | 2022.12.28 |
Subspaces - Col A, Nul A, Basis (0) | 2022.12.28 |
Matrix Factorization - LU Factorization (0) | 2022.12.27 |