Solving a matrices equation
显示 更早的评论
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 个)
John D'Errico
2011-4-23
0 个投票
A simple generalized eigenvalue problem, and thus solved directly by eig.
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Algebra 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!