From: Alex Shulgin Date: 2007-11-20T21:15:00+09:00 Subject: Re: eigenvalues, eigenvectors in Ruby ??? On Nov 20, 12:49 pm, unbewusst.s...@weltanschauung.com.invalid (Une Bévue) wrote: > is there algo allready implemented to find eigenvalues, eigenvectors in > Ruby ??? > > for symetrical matrices ? Take a look at RNum: http://rnum.rubyforge.org/ Ruby Numerical Library is a linear algebra package using Blas and Lapack (the highly regarded scientific libraries originally written in FORTRAN.) -- Alex