Graphical Linear Algebra
graphicallinearalgebra.net
Graphical Linear Algebra
1–10 of 85 posts
Re: Graphical Linear Algebra
#2While new notation like this is interesting, I do wonder how useful it is from a pedagogical standpoint for linear algebra. Category theory OTOH is one of the areas of mathematics with diagrams rule over equations because a single diagram can encode so many equations.
For excellent introductions to linear algebra I recommend Linear Algebra Done Right[0], which Springer offered for free for a while (it doesn't seem to be anymore though, contact me if you want the PDF).
Re: Graphical Linear Algebra
#3Re: Graphical Linear Algebra
#4Start with [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2x...) by [3 Blue 1 Brown](https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw) for an intuitive overview of all the major concepts.
While working through a full Linear Algebra course, it is important to develop your own software to do things. That is, some sort of command tool to enter matrices and run operations on them. As you go through a course, you will keep adding operations.
You should work on some of the most common tricks, like using 4 by 4 matrices for computer graphics and understanding what a PCA does.
Re: Graphical Linear Algebra
#5This submission is the latest in a trend of what I would classify as "math-lite" category theory and Haskell articles that reach the HN front page, which purport to explain something interesting but end up just rehashing standard mathematics in opaque ways.
I really wish this would stop. Fortunately (unfortunately?) I've been down this road a few times and know to avoid getting sucked in, but I can easily see a bright, curious person wasting a lot of time before realizing that the content is merely linguistic, not mathematical.
Is (for example) category theory a useful organizational tool in certain abstract branches of mathematics? Sure (those branches being, basically, algebraic topology and algebraic geometry). Is it a grand unified theory of math? No, it's just some useful vocabulary. Most mathematicians go their entire lives without writing a paper mentioning categories. Getting excited about category theory is like getting excited about matrix notation – useful, sure, but not where the meat is.
I also find any claims that category theory is relevant to the average working programmer to be dubious at best.
(And yes, I realize the graphical notation presented in this article is not category theory. I am making a broader point about certain kinds of articles I see, which also applies here.)
Re: Graphical Linear Algebra
#6It would be nice to have a single-page complete summary of this notation. The whole text is way too verbose and boring (at least the first two chapters).
> If you are impatient and want to get to the conclusion quickly, here’s the link to our paper where the basic theory is explained (Spoiler warning!). We will also discuss several applications of graphical linear algebra that have been developed in recent years.
Re: Graphical Linear Algebra
#7Re: Graphical Linear Algebra
#8 X' = aX + bY
Y' = cX + dY
minimizes irrelevant information. But the diagram for one seems to bring it to the fore: a diagram is basically a system of fully parenthesized, unsimplified expressions eg X' = (3X + (2(X+4Y) - 6X)) + Y
...
In fact, it contains even more information than that, since it also tells you if, in (X+Y)+(X+Y), you are supposed to compute (X+Y) once and reuse the value or compute it twice.Re: Graphical Linear Algebra
#9Meh. Sorry. Start with [Essence of Linear Algebra]( https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2x... ) by [3 Blue 1 Brown]( https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw ) for an intuitive overview of all the major concepts. While working through a full Linear Algebra course, it is important to develop your own software to do things. That is, some sort of command tool to enter matrices and r…
Re: Graphical Linear Algebra
#10Reminds me of petri nets.