Felix Breuer

Linear Algebra HS23

Week 1: Vectors and linear combinations

Week 2: Linear independence, dot product

Week 3: Matrix multiplication, CR decomposition, Gaussian Elimination

Week 4: solution set of SLE, inverse of a matrix and how to find it, LU decomposition

Week 5: LU decomposition continued, vector spaces, subspaces, basis, dimension, column/null space

Week 6: Column and null space of a matrix, how to compute a basis for them, revision of concepts from previous weeks

Week 7: RREF, general solution of SLE, geometric interpretation of matrix vector multiplication, fundamental subspaces

Week 8: Solutions to recap exercise and quiz, tips on writing proofs

Week 9: Fundamental subspaces, least squares, orthonormality

Week 10: Projections, orthonormality, Gram-Schmidt, Pseudoinverses

Week 11: Pseudoinverses, Determinant

Week 12: Determinant, Complex Numbers, Eigenvalues and eigenvectors

Week 13: Change of basis, Eigenvalue decomposition, Spectral Theorem

Week 14: Singular Value Decomposition

Resources

Course site (lecture schedule and): https://ti.inf.ethz.ch/ew/courses/LA23/index.html

Course Moodle (exercises): https://moodle-app2.let.ethz.ch/course/view.php?id=20361

I personally recommend to do as many of the exercises as possible - I believe one can learn the most this way!

Videos that explain topics of linear algebra and show geometric interpretations:

If you want to use linear algebra in code or test/compute stuff:

Some textbooks that I personally like and can recommend! I personally think it’s a good idea to use multiple textbooks: It might be that one author’s way of explaining concepts works much better for you than that of others.