우리가 어떤 실수 값
▶
주목해야 할 점은 일단 Inverse와 Invertible같은 개념은 Square Matrix일 때만 정의된다는 것이다. 만약 Square가 아니면 inverse는 정의되지 않는다. 또한 위에서
추가로,
row or cloumn of zeros를 가진 행렬은 반드시 singular인데, 단위 행렬을 만들 수 있는 inverse가 존재할 수 없기 때문이다. 아래 예시를 보자.
아래와 같은 행렬
따라서 어떤 기본 행 연산을 사용해도
어떤 행렬이 가역일 때, 그 행렬의 inverse는 유일하다. 간단하게 증명할 수 있는데,
위 증명의 결과로 어떤 행렬의 inverse는 유일하다는 것이 밝혀졌으니, 행렬의 inverse기호로
References
1. Elementary linear algebra 12th editon, Howard Anton, Anton Kaul
'수학 > 선형대수학' 카테고리의 다른 글
Properties of the Transpose (0) | 2024.03.08 |
---|---|
Inverse of Matrix(2) (0) | 2024.03.08 |
Properties of Matrix Operations (0) | 2024.02.29 |
Matrices and Matrix Operations(2) (0) | 2024.02.27 |
Matrices and Matrix Operations(1) (0) | 2024.02.25 |