From d93ff27f28248f8d5e87904522635dae4db51f41 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 28 Feb 2025 21:51:56 -0500 Subject: [PATCH] graph edges --- 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 7e13829..7505a0b 100644 --- a/posts/big_matrix.md +++ b/posts/big_matrix.md @@ -61,7 +61,7 @@ Then I remembered one more thing. Okay so wait because category makes a lot of math, including linear algebra, into a graph we can turn math into a giant matrix where every mathematical object has a row and column in the matrix. This is our universal graph matrix by the way. -Of course most of these morphisms are useless so we can 0 out edges and get a disjoint graph. +Of course most of these morphisms (graph edges) are useless so we can 0 out edges and get a disjoint graph. > Makes sense