Salut,
Je suis nouveau sur le forum et c'est mon premier post. Je suis debutant sur MATLAB et j'aimerais que vous m'aidriez :D
Je dois resoudre un systeme de quattre equations par la methode runge kutta et je ne sais pas grand chose sur la progrrammation de MATLAB
voila mes equations :
eqn1 = '(m+M) * D2x + m * e * (D2theta) + kx * (x-X) + lambdax * (Dx-DX) = 0'
eqn2 = '(m+M) * D2y + ky *(y-Y) + lambday *(Dy-DY)= 0'
eqn3 = 'Jb * D2theta + m * e * ( D2x+ D2y * theta - g * theta) + C*(Dtheta - Dalfpha)=0'
eqn4 = 'I * D2alpha + ( k3 * (theta - alpha - phi)+ lambda3 * (Dtheta - Dalpha- Dphi)- C *(Dtheta - Dalfpha) = 0'
X= A sin (w*t)
Y=B sin (w*)
phi=Csin (w*t)
Merci infiniment :D
Partager