← back to reading

šŸ“ Linear Algebra

Based on Jim Hefferon's Linear Algebra, licensed GFDL + CC BY-SA 2.5.

Five chapters from systems of equations to eigenvalues. Runnable Python, SVG diagrams, plain English.

e₁ eā‚‚ v v = 2e₁ + eā‚‚ Every vector is a linear combination of basis vectors.
Chapter
1. Linear Systems Row reduction turns any system of equations into echelon form, making solutions obvious šŸ“
2. Vector Spaces Subspaces, linear independence, basis, and dimension — the vocabulary for everything that follows šŸ“
3. Maps Between Spaces Homomorphisms are structure-preserving maps, and every one of them is a matrix in disguise šŸ“
4. Determinants A single number that tells you whether a matrix is invertible and how it scales volume šŸ“
5. Similarity Eigenvalues, eigenvectors, and Jordan form — choosing the basis that makes a map simplest šŸ“

šŸ“ŗ Video lectures: 3Blue1Brown: Essence of Linear Algebra

Neighbors