Are there any free source for matrix diagonalization?

2008-10-01 Thread Kurda Yon
Hi,

Does Python have a free source community for the numerical problems
coding? I mean, are there some web-sites where I could find a free
code for such problems like calculation of eigenvectors and
eigenvalues of matrices?

Thank you!
--
http://mail.python.org/mailman/listinfo/python-list


Re: Are there any free source for matrix diagonalization?

2008-10-01 Thread Terry Reedy

Kurda Yon wrote:

Hi,

Does Python have a free source community for the numerical problems
coding? I mean, are there some web-sites where I could find a free
code for such problems like calculation of eigenvectors and
eigenvalues of matrices?


Did you try searching, say with Google?
"Python numerical calculation eigenvalue"
4th hit

--
http://mail.python.org/mailman/listinfo/python-list


Re: Are there any free source for matrix diagonalization?

2008-10-01 Thread Tim Daneliuk
Kurda Yon wrote:
> Hi,
> 
> Does Python have a free source community for the numerical problems
> coding? I mean, are there some web-sites where I could find a free
> code for such problems like calculation of eigenvectors and
> eigenvalues of matrices?
> 
> Thank you!

Try here:

http://numpy.scipy.org/
http://www.scipy.org/

-- 

Tim Daneliuk [EMAIL PROTECTED]
PGP Key: http://www.tundraware.com/PGP/
--
http://mail.python.org/mailman/listinfo/python-list