First Course in Linear algebra books that start with basic algebra?

943 Views Asked by At

I'm 30 years old, and the only math I can remember from college is basic algebra and some probabilities. Next month, I have a machine learning project I'd like to work on, but I'll need a solid footing in linear algebra first. Are there any books or tutorials that can take me from the spotty math knowledge I have now to linear algebra?

Your help would be appreciated.

2

There are 2 best solutions below

1
On BEST ANSWER

Gilbert Strang's excellent book "Introduction to Linear Algebra" and video lectures are all you need to teach yourself basic linear algebra from first principles.

If you can't get the book, the video lectures and other material available at MIT OCW is sufficient, but I would recommend the book.

1
On

In terms of textbooks, the book Introductory Linear Algebra: An Applied First Course by Bernard Kolman and David Hill is a place to start. It has many examples and starts at the very beginning. If my memory serves me correctly, the text works up to jordan canonical form. It should be noted that is book focuses heavily on calculation. Abstract vector spaces are not introduced until more than halfway through the book. Despite this, this book has many examples and problems directly related to computer science.