Finding Eigenvalues of Real Non-Symmetric Matrices

Click For Summary
SUMMARY

This discussion focuses on finding optimized C programs for calculating eigenvalues of real non-symmetric matrices. Users express a need for alternatives to the Numerical Recipes resource due to licensing concerns. The GNU Scientific Library (GSL) is recommended as a viable option for obtaining such algorithms. The conversation highlights the importance of open-source libraries in computational mathematics.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors in linear algebra
  • Familiarity with C programming language
  • Knowledge of numerical methods for matrix computations
  • Awareness of licensing issues related to software libraries
NEXT STEPS
  • Explore the GNU Scientific Library (GSL) for eigenvalue algorithms
  • Research alternative libraries for numerical computations in C
  • Learn about the implementation of eigenvalue algorithms in C
  • Investigate licensing implications of using various scientific libraries
USEFUL FOR

Mathematicians, software developers, and researchers working with numerical methods and linear algebra, particularly those seeking open-source solutions for eigenvalue computations.

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
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
762
Replies
3
Views
6K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K