Feeds
답변 있음
How to get roots of determinant (characteristic) equation?
clear all; close all; clc; syms w A=[-2000*w^2+280*1e3,-280*1e3;280*1e3,-2000*w^2+280*1e3]; fun = matlabFunction(det(A))
How to get roots of determinant (characteristic) equation?
clear all; close all; clc; syms w A=[-2000*w^2+280*1e3,-280*1e3;280*1e3,-2000*w^2+280*1e3]; fun = matlabFunction(det(A))
대략 4년 전 | 0
