|
|
|
|
|
by hadjian
1239 days ago
|
|
So strange. It was the best book I’ve read about the topic. It’s been a while, but I don’t recall anything not presented in the right order. Going from linear equations to a geometric interpretation of the rows, then to linear combination of the columns. Then Gauss-Seidel to LRU. I liked his approach of “ideas first, rigor later”. I think after reading this book, you can easily grab a book with more formalism, if you feel lacking rigor. I’m interested to understand where you felt the order was wrong? |
|
When I was first introduced to the idea of solving linear equations, we already had the idea of space vectors and basis, so solving a system of equations was just an application of finding the coefficients of the linear combination.
> I liked his approach of “ideas first, rigor later”. I think after reading this book, you can easily grab a book with more formalism if you feel lacking rigor.
This sentence made me think. Maybe there was a disconnect between my experience (Physics background, bottom-up approach) and the one taught in the course (Data science for Linguistic, top-down). Each time I tried to use the notion and examples I had in mind with the students I found myself hitting a wall because they had not covered the topics yet.