Video Lectures

Lecture 2: Multiplying and Factoring Matrices

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.

Summary

Multiply columns by rows: AB= sum of rank one matrices

Five great factorizations:

  1. A=LU from elimination
  2. A=QR from orthogonalization (Gram-Schmidt)
  3. S=QΛQT from eigenvectors of a symmetric matrix S
  4. A=XΛX1 diagonalizes A by the eigenvector matrix X
  5. A=UΣVT= (orthogonal)(diagonal)(orthogonal) = Singular Value Decomposition

Related section in textbook: I.2

Instructor: Prof. Gilbert Strang

Problems for Lecture 2
From textbook Section I.2

2. Suppose a and b are column vectors with components a1,,am and b1,,bp. Can you multiply a times bT (yes or no)? What is the shape of the answer abT? What number is in row i, column j of abT? What can you say about aaT?

6. If A has columns a1,a2,a3 and B=I is the identity matrix, what are the rank one matrices a1b1 and a2b2 and a3b3 ? They should add to AI=A.

Course Info

Departments
As Taught In
Spring 2018
Learning Resource Types
Lecture Videos
Problem Sets
Instructor Insights