how can I solve the following equation ([K]-t[G])w=0

 Réponse acceptée

Greg Heath
Greg Heath le 28 Déc 2012
help eig
E = eig(A,B) is a vector containing the generalized eigenvalues
of square matrices A and B.
[V,D] = eig(A,B) produces a diagonal matrix D of generalized
eigenvalues and a full matrix V whose columns are the
corresponding eigenvectors so that A*V = B*V*D.
Hope this helps.
Thank you for formally accepting m answer.
Greg

Plus de réponses (0)

Catégories

En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by