Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

solving the equation by using matlab

1 visualización (últimos 30 días)
saman ahmadi
saman ahmadi el 6 de Ag. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi. i want to solve the equation(detA) at code. how can i solve this equation? thank you
clear
clc
syms w qa
k1=200;
k2=70;
m1=0.1;
m2=0.064;
m3=0.03;
r=0.25
I2=0.006
M1=(m2+m3)/m1;
M2=m2/m1;
K=k2/k1;
I=I2/(m2*r^2);
wn1=sqrt(k1/m1);
wn2=sqrt(2*k2/m3);
W1=w/wn1;
W2=w/wn2;
A=[-(1+M1)*W1^2+2-2*cos(qa) -M2*W1^2 -(M1-M2)*W1^2;-W1^2 I*W1^2+(2*K)/M2 -K/M2;-W2^2 -0.5 1-W2^2];
detA=det(A)

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by