Finding Eigenvalues of Real Non-Symmetric Matrices

AI Thread Summary
A user seeks an optimized C program for calculating eigenvalues of real nonsymmetric matrices, specifically requesting alternatives to Numerical Recipes. The discussion highlights concerns about the licensing of Numerical Recipes, with suggestions to explore the GNU Scientific Library as a viable resource. Participants encourage using Google for additional options or considering writing a custom solution.
gradnu
Messages
21
Reaction score
0
Hi,
Can somebody provide a link(other than numerical recipes) where I can get an optimized 'C' program for calculating eigenvalues of real nonsymmetric martix.

Thanks
 
Technology news on Phys.org
What's wrong with Numerical Recipes?

- Warren
 
The license? ;)

@gradnu
Try google? Or write your own?
 
Thanks
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top