Solving a matrices equation
조회 수: 1 (최근 30일)
이전 댓글 표시
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일
A simple generalized eigenvalue problem, and thus solved directly by eig.
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!