Solving a matrices equation
Ältere Kommentare anzeigen
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 Kommentar
Tom
am 23 Apr. 2011
Antworten (1)
John D'Errico
am 23 Apr. 2011
0 Stimmen
A simple generalized eigenvalue problem, and thus solved directly by eig.
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!