I do not want the output of the following program is a complex number
Show older comments
clc
a=[29580 -17580 0;-17580 35160 -17580;0 -17580 17580];
b=[30 0 0;0 30 0;0 0 20];
syms w
c=w*w*b;
d=a-c;
e=det(d);
f=solve(e)
Accepted Answer
More Answers (0)
Categories
Find more on Clocks and Timers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!