Solving a matrices equation
Mostra commenti meno recenti
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 Commento
Tom
il 23 Apr 2011
Risposte (1)
John D'Errico
il 23 Apr 2011
0 voti
A simple generalized eigenvalue problem, and thus solved directly by eig.
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!