Gilbert Strang 's linear algebra lecture notes, primarily associated with his legendary MIT course 18.06, are structured to emphasize the "column picture" and matrix factorizations rather than just row reduction. These notes have evolved from classic chalkboard lectures to modern "ZoomNotes" that incorporate deep learning and statistics. Official MIT & Strang Resources
The most authoritative notes are hosted directly by MIT or published as formal supplements: ZoomNotes for Linear Algebra (2021)
: Created during the transition to online teaching, these notes provide a concise, handwritten-style overview of the entire subject, including modern applications like gradient descent and basic statistics. Lecture Notes for Linear Algebra (e-book)
: A detailed lecture-by-lecture outline designed for instructors and students, connecting ideas from both the standard 18.06 and the more advanced 18.065 (Linear Algebra and Learning from Data). 18.06SC Scholar Notes
: Available on MIT OpenCourseWare, these include written summaries for every video lecture to reinforce key concepts and problem-solving techniques. Core Conceptual Framework lecture notes for linear algebra gilbert strang
Strang’s notes are unique for their focus on the Four Fundamental Subspaces of a matrix:
Column Space: The space of all linear combinations of the columns of a matrix.
Nullspace: The set of all vectors that result in the zero vector when multiplied by the matrix. Row Space: The column space of the matrix's transpose. Left Nullspace: The nullspace of the matrix's transpose.
The curriculum typically progresses through three major units: ZoomNotes for Linear Algebra - Gilbert Strang Gilbert Strang 's linear algebra lecture notes, primarily
Topics: Vectors, dot product, solving (Ax=b), elimination, inverses, LU decomposition.
Note-taking tips:
| Section | Content | |---------|---------| | Key insight (1 sentence) | What is the single big idea today? | | Main example | The small matrix or vector space he keeps returning to. | | New definition | In his words, then in your own. | | Connection to the 4 subspaces | Where does today’s topic fit? | | Computation method | Steps for solving/calculating (if any). | | Typical exam question | Predict one. | | Confusion point | Note what you need to rewatch. |
For many students, the notes on the SVD are the most valuable. Strang calls the SVD the "highlight of linear algebra." Unit 1: Fundamentals (Lectures 1–7) Topics: Vectors, dot
Unlike many traditional mathematics courses that prioritize rigorous proof over concept, Gilbert Strang’s notes are built on a philosophy of visual intuition. The notes do not begin with abstract definitions of vector spaces; they begin with the fundamental problem: $Ax = b$.
The notes are famous for de-emphasizing the tedious calculation of determinants (often relegated to the latter half of the course) and prioritizing the Column Space and Eigenvalues. Strang’s central teaching philosophy is that "linear algebra is the study of vectors and matrices." His notes focus on seeing the "big picture"—visualizing vectors moving in space, understanding matrices as operators that transform that space, and grasping the geometry behind the algebra.
The SVD is the climax of linear algebra. Any matrix (A) (even rectangular) can be factored as: [ A = U \Sigma V^T ]
Why it matters: The SVD provides the optimal low-rank approximation (used in PCA, image compression, Google PageRank).