Think Linear Algebra (2023)
tamnd
192 points
23 comments
May 10, 2026
Related Discussions
Found 5 related stories in 775.6ms across 14,015 title embeddings via pgvector HNSW
- Immersive Linear Algebra Book with Interactive Figures (2015) srean · 192 pts · July 16, 2026 · 68% similar
- The case against geometric algebra (2024) Hbruz0 · 123 pts · June 21, 2026 · 56% similar
- How's Linear so fast? A technical breakdown howToTestFE · 368 pts · June 07, 2026 · 55% similar
- Thinking in an array language (2022) tosh · 88 pts · May 22, 2026 · 54% similar
- Show HN: Algotrek – Algorithms visualized, problem shape shifting and a tutor nyggy · 12 pts · July 16, 2026 · 52% similar
Discussion Highlights (8 comments)
s-zeng
Matrix multiplication introduced before vector addition... the "Linear Algebra Done Right" in me is screaming inside. That being said, it is definitely cool to have a Jupyter-notebook based set of examples of practical linear algebra
fnord77
I got my hands on a stanford Math 55 textbook and tried to do the exercises in numpy.
The_Blade
Linear Algebra is dope, as in when we got to apply some mid-level linear to a real business problem and it worked i got high
staplung
Allen Downey (author of the above) has a number of books on computer science-y things. You can buy hardcopies but I think all of them are also just freely available. Here's a few: Think Complexity https://github.com/AllenDowney/ThinkComplexity2 Think DSP https://github.com/AllenDowney/ThinkDSP Think Stats https://github.com/AllenDowney/ThinkStats/ Think Bayes https://github.com/AllenDowney/ThinkBayes2/
emang23
Beyond regression, I’d like to see chapters on statistical topics like PCA, CCA. This textbook format which interleaves code and prose is the perfect way to show how scikitlearn’s decomposition.cca and decomposition.pca are implemented, e.g. the SVD matrix decomposition, etc.
vidro3
what's the deal with the loop example? am i supposed to understand what this represents before going through the material?
anthk
Klong shines there: https://www.t3x.org/klong/ Quick ref: https://www.t3x.org/klong/klong-qref.txt.html Intro: https://www.t3x.org/klong/klong-intro.txt.html Klong for K users: https://www.t3x.org/klong/klong-vs-k.txt.html
mangomountain
I saw a linear algebra “textbook” on Twitter in maybe 2022? It was black background and bright text with a good amount of graphs like someone’s incredibly long blog post. I’ve tried a few times to find it since but haven’t had any luck. This looks a bit more involved but lovely I think I’ll try it. I read Think Bayes and thought it was great.