HN Debrief

Linear algebra done right

  • Education
  • Mathematics
  • AI
  • Developer Tools

The post links to the online version of Linear Algebra Done Right, Sheldon Axler’s well-known textbook that teaches linear algebra through vector spaces and linear maps before leaning on determinants and matrix manipulation. That framing is the point of the book. It tries to get students to think structurally, not just push symbols around. The reaction landed on a simple verdict: it is a very good book for the right reader, and the wrong first book for many others.

If you are choosing learning material for a team, course, or self-study path, match the book to the learner’s goal instead of defaulting to the famous title. Use Axler for abstraction and proofs, not as the one-size-fits-all on-ramp for ML, graphics, or engineering work.

Discussion mood

Mostly positive about Axler as a serious and valuable textbook, but skeptical of the idea that it is the best starting point for most learners. The strongest mood was practical rather than ideological: match the text to the student, and do not mistake Axler’s anti-determinant stance or the book’s title for consensus pedagogy.

Key insights

  1. 01

    Teachers place Axler after a first course

    The strongest signal came from people who have actually taught from these books. They put Strang in the first-course slot and Axler in the second-course slot because students need computational fluency before an abstraction-first treatment really pays off. That framing cuts through the taste war. It says the issue is not whether Axler is good, but whether the learner already has enough matrix intuition to cash out the theory.

    If you are designing a curriculum or self-study plan, put a concrete matrix-first text before Axler unless the learner already likes proofs and abstraction. Expect weaker transfer if students jump straight into Axler without prior computational practice.

      Attribution:
    • _jcrossley #1
    • tomjakubowski #1
    • markgall #1
  2. 02

    Linear algebra splits into different use cases

    What makes textbook advice so noisy is that linear algebra is serving several jobs at once. A learner headed for engineering or graphics needs matrix operations, numerical intuition, and standard applications. A learner headed for higher math needs vector spaces, linear maps, and proof habits. A learner aiming at Fourier analysis or more advanced applied math eventually needs the abstract view too. That is why one person finds Strang essential and another finds Axler the first book that finally made the subject make sense.

    Pick materials by destination, not by reputation. For hiring, onboarding, or training, ask whether the goal is computation, geometry, proof maturity, or theory transfer before you recommend a resource.

      Attribution:
    • thelaxiankey #1
    • ivankra #1
    • c_moscardi #1
  3. 03

    The determinant argument is really about timing

    The useful part of the determinant dispute is not whether determinants are good or bad. It is when they help versus when they derail understanding. The pro-Axler case is that beginners often memorize determinant tricks before they understand linear maps, so delaying determinants avoids a fake sense of mastery. The anti-Axler case is that signed volume, invertibility, and composition give students a concrete mental model early, so treating determinants like a nuisance can hide an intuitive bridge. This turns a loud philosophical fight into a sequencing question.

    When teaching or learning, use determinants as a concept with geometric meaning, not just a computational ritual. Delay heavy formula work if it obscures the bigger picture, but do not assume skipping determinants is automatically clearer.

      Attribution:
    • ak_111 #1
    • traes #1
    • fn-mote #1
  4. 04

    Several lesser-known texts fill the gap

    The most actionable recommendations were not more votes for the celebrity books. They were for texts that mix theory and computation without overcommitting to either camp. Friedberg, Insel and Spence was repeatedly praised as a strong bridge text. Finkbeiner got singled out for introducing linear transformations first and then showing matrices as coordinate encodings once a basis is chosen. Those suggestions matter because they solve the exact problem many people had with both Strang and Axler.

    If your learners bounce off both matrix-drill books and proof-heavy books, try a bridge text instead of forcing one extreme. A mixed theory-plus-computation book can preserve intuition while still preparing people for abstract work later.

      Attribution:
    • tpdly #1
    • ksd482 #1
    • _jcrossley #1
  5. 05

    Exercises and concept maps beat passive reading

    Several comments converged on a blunt point about how people actually learn this material. Axler’s exercises were praised as hard but worthwhile, and the No Bullshit Guide comments highlighted concept maps as a way to make relationships explicit and expose misconceptions. Another reply pushed back on overreliance on hand-holding and noted that modern tools like LLMs can fill in local gaps. Put together, the lesson is that comprehension comes from active reconstruction, not from collecting famous PDFs.

    Build problem solving and review structure into any study plan. Use exercises, concept maps, and targeted AI help to force retrieval and connection-making instead of just reading or watching lectures.

      Attribution:
    • ivansavz #1 #2
    • fn-mote #1

Against the grain

  1. 01

    Abstraction-first can be easier for some minds

    For some learners, Axler is not the hard book. It is the first clear one. This comment argues that abstract vector spaces and clean definitions can feel more natural than a long detour through grids of numbers, and that determinants can seem arbitrary until much later machinery explains them. That matters because it warns against treating 'concrete first' as universal advice.

    If a learner keeps failing to internalize matrix-first presentations, try an abstraction-first text sooner instead of later. Confusion can come from the chosen viewpoint, not from the subject itself.

      Attribution:
    • aureate #1
  2. 02

    Most AI learners need only a thin slice

    This pushback rejects the whole premise that aspiring AI and ML practitioners need a full traditional linear algebra course before doing useful work. The claim is that many applications only require a small subset of concepts and that long prerequisite chains cause unnecessary dropout. Even if overstated, it is a real check on textbook maximalism.

    For applied AI training, separate 'minimum working math' from full disciplinary mastery. Give beginners the handful of concepts they need to get started, then deepen theory once they have a reason to care.

      Attribution:
    • dominotw #1

In plain english

3Blue1Brown
A popular educational YouTube channel known for visually intuitive math explanations.
Fourier analysis
A branch of math that studies how functions or signals can be broken into combinations of simpler wave-like components.
ML
Machine learning, a field of computing where systems learn patterns from data instead of following only hand-written rules.

Reference links

Intro courses and video lectures

Books and textbook alternatives

Pedagogy and related computing resources