Solving a matrices equation

조회 수: 1 (최근 30일)
Tom
Tom 2011년 4월 23일
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
Tom
Tom 2011년 4월 23일
Just to add - c is the unknown

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2011년 4월 23일
A simple generalized eigenvalue problem, and thus solved directly by eig.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by