solving Coupled nonlinear differential equation?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
theta(s)=Const(c1*cos(theta_initialvalue-alpha)+(yfinal-y(s))*cos(alpha)-(xfinal-x(s)*sin(alpha))
diff(x(s))=cos(theta(s))
diff(y(s))=sin(theta(s))
tan(aplha)=(yfinal-c1*(1-cos(theta_initialvalue))/(xfinal-c1*sin(theta_initialvalue))
% initial conditions
theta(s=0)=0;
x(s=0)=0;
y(s=0)=0;
c1=0.002;
Const=F/EI
EI=3.06*10^3;
F=13.3;,
xfinal.yfinal,theta_initialvalue and alpha=0;
initially x(s),y(s),theta(s)
how to get analytical and numerical solution of these coupled non linear differential equations?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!