If you are reading a transcript or summary notes derived from Strang’s lectures, you will notice specific pedagogical quirks that make the material accessible:
The projection of (b) onto a vector (a) is: [ p = a\fraca^Tba^Ta = \fracaa^Ta^Ta b ] The projection matrix onto a line: (P = \fracaa^Ta^Ta).
If you have ever typed the phrase "lecture notes for linear algebra Gilbert Strang" into a search engine, you are far from alone. Millions of students, data scientists, engineers, and autodidacts have sought the same treasure. Why? Because Professor Gilbert Strang’s MIT course 18.06: Linear Algebra is widely considered the gold standard for teaching the subject. lecture notes for linear algebra gilbert strang
However, navigating the sea of resources—official transcripts, OCW materials, student-made summaries, and problem sets—can be overwhelming. This article serves as your definitive roadmap. We will cover where to find official notes, how to supplement them, and why Strang’s unique approach changes the way you think about matrices, vector spaces, and eigenvalues.
Topics: Spaces, subspaces, column/nullspace, basis, dimension, rank. If you are reading a transcript or summary
Note-taking tips:
Given a matrix (A) with independent columns, the projection of (b) onto (C(A)) is: [ p = A(A^TA)^-1A^T b ] The projection matrix: (P = A(A^TA)^-1A^T). Properties: (P^T = P) and (P^2 = P). Given a matrix (A) with independent columns, the
Unlike calculus, linear algebra is built on connections. Your notes should visually link concepts:
Let’s be honest: Introduction to Linear Algebra is dense. It is fantastic for reference, but if you are trying to learn the difference between the row space and the column space at 11:00 PM, the textbook can feel intimidating.
The lecture notes (particularly the OCW video transcripts) offer three distinct advantages:
| Resource | Purpose | |----------|---------| | Strang’s textbook (Introduction to Linear Algebra, 5th ed.) | Read the section before lecture. Annotate your notes with page numbers. | | MIT OCW 18.06 video lectures | Pause frequently. For every example he does, solve it yourself before he finishes. | | Problem sets (on OCW) | Do them without solutions first. Use your notes as the only reference. | | “The Geometry of Linear Equations” (Lec 1 handout) | Print and insert into notes. | | Gilbert Strang’s “Linear Algebra for Everyone” (newer book) | For intuitive explanations of SVD and applications. |