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!