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.
A:
If, by matrices you mean the term used in mathematics, take a look at the page from OCW
Leif Andersen
2010-03-25 16:52:14
+4
A:
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
mjv
2010-03-25 16:53:25
Thanks, just what I was looking for.
GummyBears
2010-03-25 17:01:58
+1 for that, Strang's videos are what made linear algebra click for me :-) There's also a great free PDF on calculus by him, but I disgress...
Michael Kohl
2010-03-25 22:11:30