Skip to main content

Reference and Selective Reading

You do not need to read the source books front-to-back for this module. The guide is the main path. Use these local chunks only when you need alternate exposition, more examples, or targeted exercise volume.

Source Roles

SourceRoleWhy it is here
Linear Algebra and Its ApplicationsPrimary teaching sourceBest local source for systems, spaces, orthogonality, determinants, spectra, SVD, and computation
Mathematics for Computer ScienceLight selective supportUseful only where recurrence language helps connect diagonalization to CS-style iterative processes

Read Only If Stuck

Systems, Matrices, and Invertibility

Spaces, Rank, and Basis

Orthogonality and Approximation

Determinants, Spectra, and Decompositions

Optional Deep Dive

Concept-to-Source Map

Primary conceptBest source if stuckWhy this source
Elimination turns geometry into an algorithmLAIA: 1.3 An Example of Gaussian Elimination (Part 1)Best direct bridge from equations to row-reduction process
Column space, nullspace, and rank explain what a matrix can produceLAIA: 2.4 The Four Fundamental Subspaces (Part 1)Best structural explanation of matrix action and loss
Independence, basis, and dimension choose coordinates without wasteLAIA: 2.3 Linear Independence, Basis, and Dimension (Part 1)Best treatment of redundancy removal and basis choice
Linear transformations are the real object and matrices are representationsLAIA: 2.6 Linear Transformations (Part 2)Best connection between maps and coordinate representation
Projections, least squares, and QR turn inconsistency into best approximationLAIA: 3.3 Projections and Least Squares (Part 3)Best route from geometry to regression and approximation
Determinants measure scaling, orientation, and singularityLAIA: 4.4 Applications of Determinants (Part 2)Strongest geometric interpretation
Eigenvalues and eigenvectors reveal invariant actionLAIA: 5.1 Introduction (Part 2)Best entry point into invariant directions and scaling
Diagonalization and similarity make repeated action computableLAIA: 5.2 Diagonalization of a Matrix (Part 1)Strongest explanation of basis change simplifying powers
Positive definite matrices turn quadratic forms into geometryLAIA: 6.1 Minima, Maxima, and Saddle Points (Part 2)Best optimization-focused motivation
Singular value decomposition is the universal factorizationLAIA: 6.3 Singular Value Decomposition (Part 1)Best concise overview of universal matrix structure