
Essence of linear algebra
Overview
A geometric understanding of matrices, determinants, eigen-stuffs and more.
Episodes

1. Vectors, what even are they?
2016-08-06
Kicking off the linear algebra lessons, let's make sure we're all on the same page about how specifically to think about vectors in this context.

2. Linear combinations, span, and basis vectors
2016-08-07
The fundamental vector concepts of span, linear combinations, linear dependence, and bases all center on one surprisingly important operation: Scaling several vectors and adding them together.

3. Linear transformations and matrices
2016-08-07
Matrices can be thought of as transforming space, and understanding how this work is crucial for understanding many other ideas that follow in linear algebra.

4. Matrix multiplication as composition
2016-08-09
Multiplying two matrices represents applying one transformation after another. Many facts about matrix multiplication become much clearer once you digest this fact.

5. Three-dimensional linear transformations
2016-08-10
What do 3d linear transformations look like? Having talked about the relationship between matrices and transformations in the last two videos, this one extends those same concepts to three dimensions.

6. The determinant
2016-08-11
The determinant of a linear transformation measures how much areas/volumes change during the transformation.

7. Inverse matrices, column space and null space
2016-08-16
How to think about linear systems of equations geometrically. The focus here is on gaining an intuition for the concepts of inverse matrices, column space, rank and null space, but the computation of those constructs is not discussed.

8. Nonsquare matrices as transformations between dimensions
2016-08-16
Because people asked, this is a video briefly showing the geometric interpretation of non-square matrices as linear transformations that go between dimensions.

9. Dot products and duality
2016-08-24
Dot products are a nice geometric tool for understanding projection. But now that we know about linear transformations, we can get a deeper feel for what's going on with the dot product, and the connection between its numerical computation and its geometric interpretation.

10. Cross products
2016-09-01
This covers the main geometric intuition behind the 2d and 3d cross products.

11. Cross products in the light of linear transformations
2016-09-03
For anyone who wants to understand the cross product more deeply, this video shows how it relates to a certain linear transformation via duality. This perspective gives a very elegant explanation of why the traditional computation of a dot product corresponds to its geometric interpretation.

12. Cramer's rule, explained geometrically
2019-03-17
This rule seems random to many students, but it has a beautiful reason for being true.

13. Change of basis
2016-09-11
How do you translate back and forth between coordinate systems that use different basis vectors?

14. Eigenvectors and eigenvalues
2016-09-15
A visual understanding of eigenvectors, eigenvalues, and the usefulness of an eigenbasis.

15. A quick trick for computing eigenvalues
2021-05-07
How to write the eigenvalues of a 2x2 matrix just by looking at it.

16. Abstract vector spaces
2016-09-24
This is really the reason linear algebra is so powerful.