Video details loadedContinue
HomeMIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018Lecture 2: Multiplying and Factoring Matrices
MIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018
Video 4 of 10
Lecture 2: Multiplying and Factoring Matrices
48:26
Up Next
Lecture 3: Orthonormal Columns in Q Give Q’Q = I
Description
Multiplying and factoring matrices are the topics of this lecture. Professor Strang reviews multiplying columns by rows: \(AB =\) sum of rank one matrices. He also introduces the five most important factorizations.
SummaryMultiply columns by rows: \(AB =\) sum of rank one matrices
Five great factorizations:
- \(A = LU\) from elimination
- \(A = QR\) from orthogonalization (Gram-Schmidt)
- \(S = Q \Lambda Q^{\mathtt{T}}\) from eigenvectors of a symmetric matrix \(S\)
- \(A = X \Lambda X^{-1}\) diagonalizes \(A\) by the eigenvector matrix \(X\)
- \(A = U \Sigma V^{\mathtt{T}} =\) (orthogonal)(diagonal)(orthogonal) = Singular Value Decomposition
Related section in textbook: I.2
Instructor: Prof. Gilbert Strang