Solving a matrices equation
Afficher commentaires plus anciens
Hi,
If I have an equation
det(-c^2*[m]+[k])=0
where [m] and [k] are both known 6x6 matrices
How would I solve this problem in MATLAB?
thanks
1 commentaire
Tom
le 23 Avr 2011
Réponses (1)
John D'Errico
le 23 Avr 2011
0 votes
A simple generalized eigenvalue problem, and thus solved directly by eig.
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!