Solving Differential Equations in matlab

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
vijaymarathe
Messages
1
Reaction score
0
I have following Differential Equations

a1*x2+b2*x1-c*cos(int(x3))*x4=d
-c*cos(int(x3))*x2-a2*sin(int(x3))+b2*x4=0

where a1,b2,c,d,a2,b2 are constants and x1=theta_dot; x2=theta_ddot; x3=alpha_dot; x4=alpha_ddot

I want to solve these equations for x1,x2,x3,x4 and want to plot with time.
 
Physics news on Phys.org