4

I am looking for suggestions, it has to be a self study book and should be able to relate to applications to real world problems. If it is more computer science oriented , that would be great.

bcp
  • 73
  • Have you searched for similar questions here? They have been answered with numerous, well-detailed recommendations. –  Apr 18 '14 at 22:08
  • yeah, but i was looking more from Computer science perspective. – bcp Apr 18 '14 at 22:09
  • Maybe the best book for Computer Science is just the best book at all, in that case I would recommend Hoffman's Linear Algebra. – Jonas Gomes Apr 18 '14 at 22:31
  • This question is relevant. – Yuri Vyatkin Apr 18 '14 at 23:11
  • Strang, whose book s mentioned below, has free video lectures of his course at MIT Open Courseware. This is the more "practical" LA course at MIT. On the more theoretical side, They tend to use Axler, "Linear Algebra Done Right." –  Apr 18 '14 at 23:28
  • @JonasGomes this book is 50 volumes ...... do we need the fifty volumes? –  Jun 20 '17 at 19:21

7 Answers7

6

Jim Hefferon has a freely available book Linear Algebra that discusses various applications as well as giving a solid theoretical base.

Michael Joyce
  • 14,126
5

There is an innovative course Coding the Matrix offered by Philip Klein which consists of a book and a course offered on Coursera and other places. It even has a Twitter account for keeping updated. The reviews are controversial, see also here and here, but it looks as an interesting challenge to try. It is designed, according to the author's website, as a "course is to provide students interested in computer science an introduction to vectors and matrices and their use in CS applications".

Yuri Vyatkin
  • 11,279
4

Linear Algebra and its Applications by David C. Lay is a simple book containing many references to real-world problems, including computer science.

4

Linear Algebra and its Applications- Gilbert Strang seems to be very recommended.

Hakim
  • 10,213
  • I love this book, but the $270 price tag on Amazon induces a bit of nerd rage. The pdf can be found online. – littleO Apr 18 '14 at 22:46
  • 1
    You can get a 3rd edition of this book used for cheap if you buy the international edition: http://www.textbookrush.com/search/search-results.aspx?search=Linear+Algebra+and+its+Applications-+Gilbert+Strang&pt=0

    Even though the price tag is $270, there are cheaper options.

    – ml0105 Apr 18 '14 at 22:54
3

Strang revisited with a valid free download:

https://archive.org/details/flooved1323

"Computational Sciences and Engineering - Applied Linear Algebra"

2

Linear Algebra Step by Step would be useful for understanding linear algebra; http://www.amazon.com/Linear-Algebra-Step-Kuldeep-Singh/dp/0199654441

matqkks
  • 2,860
  • 3
  • 28
  • 36
  • It has complete online solutions to all the problems in the book so making it ideal for self study. – matqkks Apr 22 '17 at 16:18
1

I recommend the new book Introduction to Applied Linear Algebra -- Vectors, Matrices, and Least Squares by Boyd and Vandenberghe. A PDF of the latest draft can be found on Boyd's website.

I also recommend a few books by Gilbert Strang:

1) Linear Algebra and Its Applications

2) Introduction to Linear Algebra

3) Differential Equations and Linear Algebra

littleO
  • 51,938