Chapter 15 — Further Reading

Annotated pointers for going deeper on basis, dimension, and coordinates, mapped to the standard texts and to free resources. Read the geometry-first sources first; reach for Axler when you want the cleanest abstract treatment.

Primary textbook anchors

  • Gilbert Strang, Introduction to Linear Algebra (6th ed.), §3.4–3.5 ("Independence, Basis and Dimension" and "Dimensions of the Four Subspaces"). The closest companion to this chapter. Strang motivates basis and dimension exactly as we do — through the four subspaces — and §3.5 ties dimension directly to rank. His "big picture" diagram is the visual you should keep next to Chapter 14 and this one. Best for: cementing the dimension-as-rank connection and the four-subspaces framing.

  • Sheldon Axler, Linear Algebra Done Right (4th ed.), Chapter 2 ("Finite-Dimensional Vector Spaces"). The gold standard for the abstract treatment: span, independence, bases, and dimension developed cleanly for any vector space (not just $\mathbb{R}^n$), with the replacement/exchange argument done rigorously (his "linearly independent list is no longer than a spanning list" is exactly our §15.7 lemma). Axler deliberately delays determinants, so dimension is built on first principles. Best for: math majors who want the proof of §15.7 in its most polished form and the coordinate-free viewpoint.

  • David C. Lay, Steven Lay, Judi McDonald, Linear Algebra and Its Applications (5th ed.), §4.3–4.5 ("Linearly Independent Sets; Bases," "Coordinate Systems," "The Dimension of a Vector Space"). Lay's §4.4 ("Coordinate Systems") is the most thorough textbook treatment of coordinate vectors specifically — including the change-of-coordinates matrix we previewed as $B^{-1}$ — with abundant worked examples in the style of our §15.5 and §15.8. Best for: extra drill on computing $[\mathbf{v}]_{\mathcal{B}}$ and a gentle bridge to Chapter 16.

  • Stephen Boyd & Lieven Vandenberghe, Introduction to Applied Linear Algebra (VMLS), Chapters 5 ("Linear independence") and on basis/expansion. The applied, data-oriented angle. VMLS frames a basis as a way to expand any vector in coefficients and emphasizes the numerical realities (when independence is "nearly" lost). Free PDF online. Best for: CS/data-science readers who want the feature-redundancy and conditioning perspective from the chapter's ML application.

Free online resources

  • MIT OpenCourseWare 18.06 (Gilbert Strang), Lecture 9 "Independence, Basis, and Dimension" and Lecture 10 "The Four Fundamental Subspaces." Full video lectures, free. Strang at the board is the definitive geometry-first delivery of this exact material; watch Lecture 9 alongside §15.2–15.7. (ocw.mit.edu)

  • 3Blue1Brown, Essence of Linear Algebra, "Linear combinations, span, and basis vectors" and "Change of basis." Grant Sanderson's animations are the visual intuition this chapter builds in prose — the "basis vectors as the things your coordinates are measured against" framing is identical to our threshold concept, and his change-of-basis video is the perfect primer for Chapter 16. Free on YouTube. Best for: the picture clicking before you compute.

  • Khan Academy, Linear Algebra: "Subspace basis" and "Coordinates with respect to a basis." Worked-example videos at a gentle pace, with the coordinate computation done step by step. Best for: extra scaffolding on Tier-2 exercises.

Going further (optional, A-track)

  • Axler, Linear Algebra Done Right, §3 on the coordinate isomorphism / matrix of a linear map. Makes precise the §15.4 sidebar claim that every $n$-dimensional space "is" $\mathbb{R}^n$ once a basis is fixed, and sets up how a transformation gets a matrix — exactly the Chapter 16 machinery.
  • Paul Halmos, Finite-Dimensional Vector Spaces. A classic, terse, beautiful treatment of bases and dimension in the abstract; the historical bridge from Peano's axioms to modern linear algebra. For readers who enjoyed the Historical Note.
  • On infinite-dimensional bases: any introductory functional analysis text (e.g. Kreyszig, Introductory Functional Analysis with Applications) on Schauder bases and Hilbert bases — the genuinely different notion of "basis" hinted at in the §15.9 sidebar, where infinite combinations are allowed. This is the road to Fourier series (Chapter 22) and the Hilbert space of quantum mechanics (Chapter 34).

Where this chapter points next in the book

Read Chapter 16 (Change of Basis) immediately after this one — it is the direct payoff of "the same vector has different coordinates in different bases." For the case this chapter set aside (a vector not in a subspace), Chapters 17 and 19 develop projection. For the easy, length-preserving bases we kept previewing, see Chapters 20–21. And the grand search for the best possible basis — one that diagonalizes a transformation — is the whole of Part V.