Reputation: 23
I am programming in Ruby and have wanted to learn about matrices but I can't find any resources for actually learning about them. Are there any good tutorials on matrices and programming? It would be nice if it would be in ruby but other languages are fine too.
Upvotes: 2
Views: 181
Reputation: 75115
Not Ruby Specific, but none the less a very good intro do Matrices and linear algebra is MIT's OCW 1806 course
Another online resource is the free book Linear Algebra by Jim Hefferon
Upvotes: 4
Reputation: 22332
If, by matrices you mean the term used in mathematics, take a look at the page from OCW
Upvotes: 0