[Matlab] 使用 solve 和 null 代替 eig 求解特征方程可能得到不一样的结果
比如在振动力学中求解阵型需要解特征方程syms m1 m2 w l real;>> syms g;>> A=[-w^2*(3/2*m1+m2) -w^2*1/2*m2*l;-w^2*1/2*m2*l m2*g-w^2*3/4*m2*l^2];>> solve(det(A),w)警告: Solutions are only valid under certain conditions. To include par