Sei sulla pagina 1di 1

Matlab code to print inverse receptance

syms k1 k2 k3 m1 m2 w(j) n
m=[m1 0;
0 m2];
k=[k1+k2 -k2;
-k2 k2+k3];
simplify(inv([k+n*k*1i-(w(j)^2)*m]));

Potrebbero piacerti anche