Today I Learned
written by 602
19년도에 어디에서 강의하신건지는 모르겠지만 선형대수를 이틀 전일에 걸쳐 강의하신 영상(14시간 분량)이 유튜브에 제공되고 있다. 일단 이 코스로 선형대수를 개괄적으로 복습하고, 이후 Gilbert Strang 교수님의 MIT 선형대수 강의로 다시 한 번 공부할 예정이다.
오늘은 첫 날 첫 강(약 3시간 분량) 시청을 완료했다.
Linear Algebra Two-Day Course 190502 1
작년에 수강했던 공대 전공 <데이터과학기초>와 강의 슬라이드가 동일하기 때문에 복습하기 훨씬 수월했다. 그리고 무엇보다 오랜만에 재걸 교수님 목소리 듣게 되어 내적 반가움이 솟아오르고 좋았다 ㅎㅎ
강의 내용 정리
- Basic Elements of Linear Algebra
- Basic Elements of Linear Algebra
- Scalar, Vector, and Matrix, Row vectors, Column vectors
- Matrix notations and operations
- (x communicative)
- Solving Linear system
- (det -> invertible) x = b
- (det -> x invertible) no solution or infinitely many solutions
- Linear Combinations
- Linear combination and vector equation
- Span (= subspace)
- Existence of solution in a linear system
R < C
: under-determined system (infinitely many solutions)R > C
: over-determined system (no solution)- Matrix-matrix multiplication as linear combination of vectors (RxC)
- Matrix-matrix multiplication as Column Combinations (CxC)
- Matrix-matrix multiplication as Row Combinations (RxR)
- Matrix-matrix multiplication as Sum of (Rank-1) Outer Products (CxR)
- Linear Independence
- only trivial solution : Linearly independent
- non-trivial solutions: Linearly dependent
- 원점으로부터 떠나서 다시 원점으로 돌아올 수 있음
- Span = Span (x increase Span)
선대 기억이 살아나고 있다 :)