선형대수 기본 개념을 익히는 데 아주 좋은 youtube 3Blue1Brown 채널의 Essence of linear algebra 시리즈의 7편 내용을 간략히 정리해본다.
1. Usefulness of matrices
•
특정 방정식계(system of equations)를 풀 수 있음 ⇦ Linear system of equations
•
system of equations: unknown variables & equations
2. 의 해 를 구하는 방법
1) when : 의 역행렬이 존재 ⇨ Inverse transformation
•
Inverse matrices(역행렬) :
2) when : 의 역행렬이 존재하지 않음
•
rank: number of dimensions in the output of transformation
◦
변환의 결과가 선, 즉 1차원이라면 rank = 1
◦
변환의 결과가 평면 상의 벡터들이라면 rank = 2
•
행렬에서 rank가 보다 작을 경우, 즉 full rank가 아닐 경우, 공간이 더 작은 차원으로 축소했음을 의미
•
Column space of : set of all possible outputs of
◦
span of columns ⟺ column space
•
Null space(Kernel): 차원이 축소할 때 원점으로 이동되는 벡터들의 집합
•
인 경우 null space 모두가 해가 될 수 있음