Think Linear Algebra (2023)
11–20 of 39 posts
Re: Think Linear Algebra (2023)
#12Re: Think Linear Algebra (2023)
#13Earlier quoted context omitted.
And eigenvectors in the first lesson!
I think at the beginning of learning LA I would have benefited from a more broad introduction to the topic by explaining that it is the algebra of transformations, generally linear transformations, and also the art of quantifying those transformations in meaningful ways. I would have benefited from some more handwaving in this regard (matrix multiplication, eigenvectors and eigenvalues) and less on the mechanics of t…
Re: Think Linear Algebra (2023)
#14Linear Algebra is dope, as in when we got to apply some mid-level linear to a real business problem and it worked i got high
Re: Think Linear Algebra (2023)
#15Re: Think Linear Algebra (2023)
#16Quick ref:
https://www.t3x.org/klong/klong-qref.txt.html
Intro:
https://www.t3x.org/klong/klong-intro.txt.html
Klong for K users:
Re: Think Linear Algebra (2023)
#17Allen Downey (author of the above) has a number of books on computer science-y things. You can buy hardcopies but I think all of them are also just freely available. Here's a few: Think Complexity https://github.com/AllenDowney/ThinkComplexity2 Think DSP https://github.com/AllenDowney/ThinkDSP Think Stats https://github.com/AllenDowney/ThinkStats/ Think Bayes https://github.com/AllenDowney/ThinkBayes2/
Re: Think Linear Algebra (2023)
#18Allen Downey (author of the above) has a number of books on computer science-y things. You can buy hardcopies but I think all of them are also just freely available. Here's a few: Think Complexity https://github.com/AllenDowney/ThinkComplexity2 Think DSP https://github.com/AllenDowney/ThinkDSP Think Stats https://github.com/AllenDowney/ThinkStats/ Think Bayes https://github.com/AllenDowney/ThinkBayes2/
You missed How to Think Like a Computer Scientist . Many places on the web. Runestone is probably the most useful like but I’ll leave my favorite classic one below. http://www.openbookproject.net/thinkcs/python/english3e/
I'm pretty sure there are also some forks where people adapted the book to other languages than Java or Python.
Re: Think Linear Algebra (2023)
#19Allen Downey (author of the above) has a number of books on computer science-y things. You can buy hardcopies but I think all of them are also just freely available. Here's a few: Think Complexity https://github.com/AllenDowney/ThinkComplexity2 Think DSP https://github.com/AllenDowney/ThinkDSP Think Stats https://github.com/AllenDowney/ThinkStats/ Think Bayes https://github.com/AllenDowney/ThinkBayes2/
BTW, if Allen Downey is reads this, I just want to send some love. I saw the beginning of the Internet. Everybody was full of dreams of the free flow of information and shareable knowledge, which greatest representation was executable code. Now, when we are surrounded by walled gardens and evil billionaires, Allen is always sharing his knowledge for all the world. Thank you.
Re: Think Linear Algebra (2023)
#20This looks a bit more involved but lovely I think I’ll try it. I read Think Bayes and thought it was great.