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

Answers (1)

John D'Errico
John D'Errico on 23 Apr 2011

0 votes

A simple generalized eigenvalue problem, and thus solved directly by eig.

Categories

Find more on Linear Algebra in Help Center and File Exchange

Products

Asked:

Tom
on 23 Apr 2011

Community Treasure Hunt

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

Start Hunting!