From 3bf3d9c92397a1ebe5bdfb2503ce39d9f42b3324 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 28 Feb 2025 20:05:37 -0500 Subject: [PATCH] fixed typo --- posts/big_matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/big_matrix.md b/posts/big_matrix.md index c283ea5..fe2a8e1 100644 --- a/posts/big_matrix.md +++ b/posts/big_matrix.md @@ -17,7 +17,7 @@ Not the middle school draw y=mx+b graph but a connect the dots graph. image of a simple graph -Some examples include: the graph of people connected to their friends, the graph of knight movement on a chess board and every real world computer. +Some examples of graphs include: the graph of people connected to their friends, the graph of knight movement on a chess board and every real world computer. ... Okay, for that last one the graph is incomprehensibly big (2 to the power of your disk+ram+registers+etc measured in bits big) but still it's a graph. Nodes (the circles in the picture above) are just some particular combination of bits across the entire machine and edges (the arrows in the picture above) are just the machine ticking 1 step forwards with its clock.