Solving a matrices equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (1)
John D'Errico
el 23 de Abr. de 2011
A simple generalized eigenvalue problem, and thus solved directly by eig.
0 comentarios
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!