space
This commit is contained in:
parent
3bf3d9c923
commit
0d2d2ff500
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue