From: Edwin Van leeuwen Date: 2007-11-20T20:43:56+09:00 Subject: Re: eigenvalues, eigenvectors in Ruby ??? Une B辿v ue wrote: > is there algo allready implemented to find eigenvalues, eigenvectors in > Ruby ??? > > for symetrical matrices ? You can use rb-gsl to do that. http://rb-gsl.rubyforge.org/eigen.html It is a binding to the gsl library (written in c). Edwin -- Posted via http://www.ruby-forum.com/.