|
|
|
|
|
by haskellandchill
2953 days ago
|
|
These videos are posted any time linear algebra is mentioned. I find it almost comical at this point. What good is this intuition? I struggle to understand the value that these videos bring, but I'm not saying there is no value. I'm just lost, and kind of jealous because I need a deep understanding of linear algebra for work. |
|
One interesting option that computer programmers have to understand linear algebra that most people do not is that you could go do some stuff with computer graphics. Grab three.js, and then once you've followed some tutorial somewhere to get a triangle on the screen, start doing things, but do them manually, including implementing matrix multiplication yourself. Modern graphics has moved so far up the stack nowadays that you probably shouldn't say that you "know 3D graphics" after that exercise, because you'll know 3D graphics circa 1995. But you will have a much better intuition for linear algebra, and those videos will either make sense, or be trivially obvious to you.
(One of the reasons why the linear algebra videos can be so helpful is that it has historically been very easy to take an entire class on the topic and just grind numbers, without ever getting to that level of intuition. Differential equations, if you took physics that did not use them, can have a very similar problem, where you just grind through problems for a semester with no motivation.)