- #1
ams31
- 7
- 0
Can anyone please suggest whether I can use MATLAB ode45 for the numerical solution of the following equations?
mx ̈+ c_x x ̇ + k_x x= F_x0+ μ(v_r ) (K 〖VB〗^2 y ̇/v) sgn(v_r )
my ̈+ c_y y ̇+ k_y y= F_y0+ (K 〖VB〗^2 (y/v) ̇ )
Where,
m, c_x, k_x, c_y, k_y, F_x0, F_y0, K, v are known constants.
v_r = x ̇- v
x ̈= (d^2 x)/(dt^2 ), x ̇= dx/dt and so on.
If not, is there any other solver in MATLAB which I can use?
Thanks
ams
mx ̈+ c_x x ̇ + k_x x= F_x0+ μ(v_r ) (K 〖VB〗^2 y ̇/v) sgn(v_r )
my ̈+ c_y y ̇+ k_y y= F_y0+ (K 〖VB〗^2 (y/v) ̇ )
Where,
m, c_x, k_x, c_y, k_y, F_x0, F_y0, K, v are known constants.
v_r = x ̇- v
x ̈= (d^2 x)/(dt^2 ), x ̇= dx/dt and so on.
If not, is there any other solver in MATLAB which I can use?
Thanks
ams