[응용선형대수] Inverse matrix/invertible
·
수학 Mathematics/선형대수학 Linear Algebra
이번에는 Inverse matrix(역행렬)과 invertible의 성질에 대해서 정리합니다. 1. Inverse matrix 정의 $\text{Let A be an m x n matrix, if }\exists B\text{ such that }BA=I_{n}\text{, B is called a left inverse of A}$ $I_{n}\text{ is a n x n identity matrix}$ $\text{Let A be an m x n matrix, if }\exists C\text{ such that }AC=I_{m}\text{, C is called a right inverse of A}$ 만약 A가 square matrix가 아닌 rectangular matrix라면 left inv..