tags:

views:

65

answers:

2

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
+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
Thanks, just what I was looking for.
GummyBears
+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