Chapter 1 — Further Reading

A short, annotated map to the books and resources this text is in conversation with. For Chapter 1 the most valuable companion is anything that reinforces the geometric, transformation-first view of linear algebra — so the 3Blue1Brown series is starred. You do not need any of these to follow this book; they are there when you want a second voice on an idea.

The companion textbooks

  • Gilbert Strang, Introduction to Linear Algebra (Wellesley–Cambridge Press). The closest spiritual sibling to this book and the source of the "four fundamental subspaces" framing we adopt in Part III. Strang teaches linear algebra as something you do and see, not just prove, and his emphasis on the column picture of $A\mathbf{x}$ (a combination of columns) is exactly the superposition view of Section 1.4. For Chapter 1, skim his opening chapter on vectors and linear combinations. His MIT lectures (below) follow the book closely. Best fit for: CS, data science, engineering readers who want intuition with applications.

  • Sheldon Axler, Linear Algebra Done Right (Springer; the 4th edition is freely readable online). The rigorous, proof-first counterpart. Axler famously develops the whole subject while delaying determinants to the very end, treating linear maps between abstract vector spaces as the primary object — which is precisely the philosophy behind this book's insistence that "a matrix is a function." Chapter 1 here is the gentle, picture-driven on-ramp to the worldview Axler formalizes. Best fit for: math majors and anyone who wants the cleanest possible logical structure. Come back to it around Chapters 5, 7, and 35.

  • Stephen Boyd & Lieven Vandenberghe, Introduction to Applied Linear Algebra: Vectors, Matrices, and Least Squares (Cambridge; free PDF from the authors at vmls-book.stanford.edu). The most application-saturated of the three, organized around vectors, matrices, and least squares with worked examples from data fitting, control, and machine learning. It pairs beautifully with this chapter's "linear algebra is everywhere" tour and with Case Study 1 (recommenders) and the regression material of Chapter 17. Best fit for: readers who learn from real applications and want to see the math earn its keep immediately.

The essential video companion

  • ★ 3Blue1Brown (Grant Sanderson), Essence of Linear Algebra (free, on YouTube). If you watch one thing alongside this chapter, watch this series — especially the early episodes "Vectors," "Linear combinations, span, and basis," and "Linear transformations and matrices." Sanderson's animations are the visualizer of Section 1.5, made into motion: he shows matrices warping a grid in real time, which is the single best way to internalize "a matrix is a function that transforms space." The episode on the determinant makes the area-scaling idea of Figures 1.2–1.5 unforgettable. Our recurring visualize_2d tool is, in spirit, a do-it-yourself version of his animations. Best fit for: absolutely everyone, but indispensable for visual learners.

Free and open resources

  • MIT OpenCourseWare 18.06, Linear Algebra (Gilbert Strang). Full video lectures, problem sets, and exams, free. Lecture 1 ("The Geometry of Linear Equations") is a perfect next step after this chapter. Search "MIT 18.06."
  • Khan Academy, Linear Algebra. Free, gentle, exercise-driven; good for shoring up the vector and matrix-arithmetic basics that Chapters 2 and 7 will assume.
  • numpy and matplotlib documentation. You used both in the "Build Your Toolkit" callout. The numpy "absolute beginner's guide" and the matplotlib "pyplot tutorial" are the fastest way to get comfortable with the code style this book uses. Appendix C of this book also walks through setup from scratch.
  • Immersive Math, Immersive Linear Algebra (immersivemath.com). A free online book with interactive 3D figures — another resource that puts the geometry first, in the same spirit as this one.

On the history

  • Carl Boyer & Uta Merzbach, A History of Mathematics, and the MacTutor History of Mathematics Archive (mathshistory.st-andrews.ac.uk), are reliable places to check the Sylvester (1850) and Cayley (1858) attributions for the word "matrix" and the early algebra of matrices that the chapter's Historical Note flags with [verify]. The story that transformations preceded matrices — Gauss's elimination work predates the terminology by decades — is well documented there.

How to read alongside this book

If you are a CS/data-science reader: keep Boyd–Vandenberghe open for applications and watch 3Blue1Brown for intuition. If you are a math major: read Axler in parallel and treat this book's proofs and Math-Major Sidebars as the bridge to it. If you are in physics/engineering: Strang's lectures plus 3Blue1Brown will reinforce the geometric core, and the quantum/signals applications here will connect to your other courses. Everyone, regardless of track, should watch the Essence of Linear Algebra episodes that match each part as you go — they are the perfect five-minute reset of intuition before each new idea.