---
title: "Think Linear Algebra — Think Linear Algebra"
url: https://daily.dev/posts/think-linear-algebra-think-linear-algebra-so1csohw5
source_url: https://allendowney.github.io/ThinkLinearAlgebra/index.html
type: article
source: "Hacker News"
published: 2026-05-10T17:09:03.177Z
updated: 2026-05-10T17:09:31.518Z
tags: ["machine-learning", "python", "math", "jupyter", "numpy"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Think Linear Algebra — Think Linear Algebra

**[Hacker News](https://daily.dev/sources/hn)** · 4 min read · 0 upvotes · 0 comments

## Summary

Think Linear Algebra is a code-first, application-driven introduction to linear algebra using Python, NumPy, SciPy, SymPy, and NetworkX in Jupyter notebooks. Rather than starting with abstract formalism, each chapter centers on a real-world problem — PageRank, GPS tracking, electrical circuits, structural trusses, regression — and builds theory from working code. Available under a Creative Commons license, the book targets readers who want practical intuition over pure mathematics, covering vectors, matrices, eigenvectors, projections, LU/QR decompositions, null spaces, and affine transforms.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://allendowney.github.io/ThinkLinearAlgebra/index.html>

## Similar posts on daily.dev

- [The LAB – The Little Book of Linear Algebra](https://daily.dev/posts/the-lab-the-little-book-of-linear-algebra-ettdvtn1a) · Hacker News · 2 upvotes · 0 comments
- [An Illustrated Introduction to Linear Algebra](https://daily.dev/posts/an-illustrated-introduction-to-linear-algebra-obwbn8lxw) · Hacker News · 1 upvotes · 0 comments
- [the-litte-book-of/linear-algebra: There is hardly any theory which is more elementary than linear algebra, in spite of the fact that generations of professors and textbook writers have obscured its si](https://daily.dev/posts/the-litte-book-of-linear-algebra-there-is-hardly-any-theory-which-is-more-elementary-than-linear-al-brhlgni2g) · Hacker News · 3 upvotes · 0 comments
- [Immersive Math](https://daily.dev/posts/immersive-math-wagnzb7sm) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#machine-learning](https://daily.dev/tags/machine-learning), [#python](https://daily.dev/tags/python), [#math](https://daily.dev/tags/math), [#jupyter](https://daily.dev/tags/jupyter), [#numpy](https://daily.dev/tags/numpy)

[View this post on daily.dev](https://daily.dev/posts/think-linear-algebra-think-linear-algebra-so1csohw5)
