eigen vectors and values algorithm
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric matrix , i need the numeric algorithm to try to implement it in C
0 commentaires
Réponses (1)
José-Luis
le 17 Sep 2014
Modifié(e) : José-Luis
le 17 Sep 2014
Matlab uses BLAS and LAPACK.
If you want to know the actual implementation, then you should ask the Mathworks. They might not be so forthcoming in exposing the guts of Matlab though...
Note that both BLAS and LAPACK can be linked in a C program, so you'd just be reinventing the wheel.
2 commentaires
Voir également
Catégories
En savoir plus sur Matrices and Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!