Computational Performance and Accuracy Comparison of Standard Eigenvalue Problem eig(A) and Generalized Eigenvalue Problem eig(A,B)
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have been thinking about generalized eig(A) and standard eigenvalue eig (A,B) problem. I did a finite element convergence study in MATLAB using both these two methods by increasing the number of elements upto 1500. I compared both method in MATLAB for a shaft system with gyroscopic effect and without gyroscopic effect (0 speed). I have found that standard eigenvalue problem is giving exactly same result in state space form for 0 zero speed form compared with eig(K,M). However, generalized eigenvalue problem can give randomly wrong modes after 360 number of element. On the other hand, standard eigenvalue problem is so faster than generalized eigenvalue problem. For 1200 elements, generalized takes 10 hours whereas standard takes 42 minutes.
Does anyone have an idea about this phenomenon? How can MATLAB give different results when using standard and generalized eigenvalue? I found that using standard eigenvalue problem gives better result than generalized eigenvalue problem in terms of computational efficiency and accuracy.
9 commentaires
Christine Tobler
le 9 Juin 2017
Sorry I couldn't help you more, there is not much to be done when operating blindly. While an issue with the EIG function is not impossible, I think it's much more likely that the input to EIG is badly conditioned.
A possible problem with finite element code can be if boundary conditions are not removed in the correct way: This will make the problem eig(A, B) have no solution - but with numeric errors, it can make it just practically unsolvable, and EIG will try its best to return something.
Réponses (0)
Voir également
Catégories
En savoir plus sur Linear Algebra 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!