From 0d2d2ff500f2e6d3c411f7f06af9ccbdff71c062 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 28 Feb 2025 21:50:10 -0500 Subject: [PATCH] space --- 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 fe2a8e1..7e13829 100644 --- a/posts/big_matrix.md +++ b/posts/big_matrix.md @@ -34,7 +34,7 @@ Addition is just `f+g = h -> h(x)=f(x)+g(x)` and scalar multiplication is just ` If you haven't taken a linear algebra class then don't worry the function thing isn't important for this story. -One more thing that's a vectorspace is the set of matrices of a specific size. +One more thing that's a vector space is the set of matrices of a specific size. Matrices are important to linear algebra but for this post all you need to know as a baseline is that they're 2d arrays. This fact was a spark which while not relevent to the conclusion ignited the realization.